From 1f055474374ecea9285e68af07e20bc8bb9f06c2 Mon Sep 17 00:00:00 2001 From: Quentin Date: Fri, 27 Nov 2020 16:51:08 +0100 Subject: [PATCH] [github] Update README.md to fix n0100 compilation (#429) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 934760442..985df6c3c 100644 --- a/README.md +++ b/README.md @@ -35,12 +35,14 @@ First of all, follow **step 1** [here](https://www.numworks.com/resources/engine
Model n0100 +(note: you can change the `EPSILON_I18N=en` flag to `fr`, `nl`, `pt`, `it`, `de`, `es` or `hu`). + ```bash git clone --recursive https://github.com/Omega-Numworks/Omega.git cd Omega git checkout omega-master make MODEL=n0100 clean -make MODEL=n0100 OMEGA_USERNAME="{Your name, max 15 characters}" -j4 +make MODEL=n0100 EPSILON_I18N=en OMEGA_USERNAME="{Your name, max 15 characters}" -j4 make MODEL=n0100 epsilon_flash ```