aboutsummaryrefslogtreecommitdiffstats
path: root/doc/buildAndProgram.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/buildAndProgram.md')
-rw-r--r--doc/buildAndProgram.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/buildAndProgram.md b/doc/buildAndProgram.md
index 8aa32daf..b588b649 100644
--- a/doc/buildAndProgram.md
+++ b/doc/buildAndProgram.md
@@ -24,15 +24,10 @@ To build this project, you'll need:
### Clone the repo
-```sh
+```
git clone https://github.com/InfiniTimeOrg/InfiniTime.git
cd InfiniTime
git submodule update --init
-
-# configure git to apply whitespace fixes automatically
-git config set core.whitespace trailing-space,space-before-tab
-git config set apply.whitespace fix
-
mkdir build
cd build
```