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
|
### Clone the repo
|
||||||
|
|
||||||
```sh
|
```
|
||||||
git clone https://github.com/InfiniTimeOrg/InfiniTime.git
|
git clone https://github.com/InfiniTimeOrg/InfiniTime.git
|
||||||
cd InfiniTime
|
cd InfiniTime
|
||||||
git submodule update --init
|
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
|
mkdir build
|
||||||
cd 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.
|
Before building, local repository must be fully initialized.
|
||||||
|
|
||||||
```sh
|
```
|
||||||
git clone https://github.com/InfiniTimeOrg/InfiniTime.git
|
git clone https://github.com/InfiniTimeOrg/InfiniTime.git
|
||||||
cd InfiniTime
|
cd InfiniTime
|
||||||
git submodule update --init
|
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
|
## Run a container to build the project
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue