Revert "docs: add git config items to docs"
This reverts commit 4066cc03004c89a7ac4d5a7a327729184ecac7b6.
This commit is contained in:
parent
483435ae3d
commit
6a6981c912
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
|
|
@ -15,14 +15,10 @@ Based on Ubuntu 22.04 with the following build dependencies:
|
|||
|
||||
Before building, local repository must be fully initialized.
|
||||
|
||||
```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
|
||||
```
|
||||
|
||||
## Run a container to build the project
|
||||
|
|
|
|||
Loading…
Reference in a new issue