Update README.md

This commit is contained in:
Quentin
2019-11-02 18:42:13 +01:00
committed by GitHub
parent aacdce34ba
commit e75320bf0a

View File

@@ -32,7 +32,7 @@ First of all, follow **step 1** [here](https://www.numworks.com/resources/engine
git clone --recursive https://github.com/Omega-Numworks/Omega.git
cd Omega
make MODEL=n0100 clean
make MODEL=n0100 -j4
make MODEL=n0100 USERNAME={Your name, max 15 characters} -j4
make MODEL=n0100 epsilon_flash
```
@@ -43,7 +43,7 @@ make MODEL=n0100 epsilon_flash
git clone --recursive https://github.com/Omega-Numworks/Omega.git
cd Omega
make clean
make -j4
make USERNAME={Your name, max 15 characters} -j4
make epsilon_flash
```