Skip to content

Commit

Permalink
Remove README.md branch checkout
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Guidée <git@arra.red>
  • Loading branch information
quentinguidee committed Feb 2, 2024
1 parent c8cda08 commit 9eeb9e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions README.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ Tout d'abord, suivez **la première étape** [ici](https://www.numworks.com/reso
```bash
git clone --recursive https://github.com/Omega-Numworks/Omega.git
cd Omega
git checkout omega-master
make MODEL=n0100 clean
make MODEL=n0100 EPSILON_I18N=fr OMEGA_USERNAME="{Votre nom ici, 15 caractères max}" -j4
make MODEL=n0100 epsilon_flash
Expand All @@ -59,7 +58,6 @@ Vous pouvez aussi changer le nombre de processus parallèles pendant la compilat
```bash
git clone --recursive https://github.com/Omega-Numworks/Omega.git
cd Omega
git checkout omega-master
make clean
make OMEGA_USERNAME="{Votre nom ici, 15 caractères max}" -j4
make epsilon_flash
Expand All @@ -78,7 +76,6 @@ Ces fichiers peuvent être utilisés pour distribuer Omega (pour que tout le mon
```bash
git clone --recursive https://github.com/Omega-Numworks/Omega.git
cd Omega
git checkout omega-master
make clean
make MODEL=n0100 OMEGA_USERNAME="" -j8
make MODEL=n0100 OMEGA_USERNAME="" binpack -j8
Expand Down Expand Up @@ -109,7 +106,6 @@ Puis, compilez Omega :
```bash
git clone --recursive https://github.com/Omega-Numworks/Omega.git
cd Omega
git checkout omega-master
make clean
make PLATFORM=simulator TARGET=web OMEGA_USERNAME="{Votre nom ici, 15 caractères max}" -j4
```
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ First of all, follow **step 1** [here](https://www.numworks.com/resources/engine
```bash
git clone --recursive https://github.com/Omega-Numworks/Omega.git
cd Omega
git checkout omega-master
make MODEL=n0100 clean
make MODEL=n0100 EPSILON_I18N=en OMEGA_USERNAME="{Your name, max 15 characters}" -j4
make MODEL=n0100 epsilon_flash
Expand All @@ -59,7 +58,6 @@ Also, you can change the number of processes that run in parallel during the bui
```bash
git clone --recursive https://github.com/Omega-Numworks/Omega.git
cd Omega
git checkout omega-master
make clean
make OMEGA_USERNAME="{Your name, max 15 characters}" -j4
make epsilon_flash
Expand All @@ -78,7 +76,6 @@ These can be used to distribute Omega (so that it can be flashed by anyone with
```bash
git clone --recursive https://github.com/Omega-Numworks/Omega.git
cd Omega
git checkout omega-master
make clean
make MODEL=n0100 OMEGA_USERNAME="" -j8
make MODEL=n0100 OMEGA_USERNAME="" binpack -j8
Expand Down Expand Up @@ -109,7 +106,6 @@ Then, compile Omega :
```bash
git clone --recursive https://github.com/Omega-Numworks/Omega.git
cd Omega
git checkout omega-master
make clean
make PLATFORM=simulator TARGET=web OMEGA_USERNAME="{Your name, max 15 characters}" -j4
```
Expand Down

0 comments on commit 9eeb9e2

Please sign in to comment.