diff --git a/README.md b/README.md index dceba13..d4da86d 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ It's a collection of color schemes for the [**Omega Numworks**](https://github.c
Compile your own theme -You need to be able to [compile omega by yourself](https://github.com/Omega-Numworks/Omega#manual) , then when compiling, simply add the `THEME_NAME` argument, like this: +You need to be able to [compile omega by yourself](https://github.com/Omega-Numworks/Omega#manual), then when compiling, simply add the `THEME_NAME` argument, like this: ```bash - make MODEL=n0110 THEME_NAME="your_personnal_theme" + make THEME_NAME="your_personnal_theme" ```