From 538d315ee4e206d9d73b2fefbf5177cdcf98aafe Mon Sep 17 00:00:00 2001 From: Alekbarova Aizhan <77638520+lunars97@users.noreply.github.com> Date: Mon, 30 Oct 2023 10:53:35 +0100 Subject: [PATCH] 2514: Remove pre-commit from Readme (#2538) --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 3f0b3a37dc..b3e5cc5051 100644 --- a/README.md +++ b/README.md @@ -60,11 +60,6 @@ If you are using a different IDE like Visual Studio Code the steps might [differ - **Open either the [web](web) or [native](native) directory separately in IntelliJ (File > Open).** - Follow the steps mentioned in the [web README](web/README.md) or the [native README](native/README.md). - [optional]: Enable `Languages & Frameworks > JavaScript > Prettier > On Save` to enable prettier autoformatting. -- [optional]: Install our pre-commit hook for prettier autoformatting and automated updates of the CircleCI config: - - > cd .git/hooks - - > ln -s ../../.github/hooks/pre-commit pre-commit _We are recommending to use either a Linux distribution or MacOS for development. If you want to develop on Windows anyway, follow the steps [here](./docs/windows-setup.md)