2021-10-22 11:14:51

This commit is contained in:
gbaconni
2021-10-22 11:14:51 +02:00
parent 7457b5a396
commit 133bbe912a

View File

@@ -13,13 +13,18 @@ Library Forty-Two like a mini Libc for string and memory functions.
```
git clone --recurse-submodules https://vogsphere.baco.net/baco/42test.git
cd 42test
git config pull.rebase false
git config user.name "marvin"
git config user.email "marvin@42lausanne.ch"
# -OR-
git clone https://vogsphere.baco.net/baco/42test.git
cd 42test
git submodule update --init
git config pull.rebase false
git config user.name "marvin"
git config user.email "marvin@42lausanne.ch"
```
## Update