diff options
| author | Max Jakobitsch <minigugler@gmail.com> | 2025-02-14 09:13:52 +0100 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2025-03-21 17:36:47 +0100 |
| commit | 6a6981c91251b96cdf33fe9b094b0833b00ebd8f (patch) | |
| tree | b2f59268af04bc974f4f98675a5a8683badf7c6f /doc/buildAndProgram.md | |
| parent | 483435ae3db9ab5fa3fa8876e941770fa0f878f4 (diff) | |
Revert "docs: add git config items to docs"
This reverts commit 4066cc03004c89a7ac4d5a7a327729184ecac7b6.
Diffstat (limited to 'doc/buildAndProgram.md')
| -rw-r--r-- | doc/buildAndProgram.md | 7 |
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 ``` |
