From 05853f67a1d757e7e3f632e2ca93afb0546cff4e Mon Sep 17 00:00:00 2001 From: 579 Date: Wed, 2 Jun 2021 19:40:03 +0200 Subject: [PATCH] added installation instructions --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c0e8b7..f886db3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,24 @@ It's a collection of color schemes for the [**Omega Numworks**](https://github.c ## Installation -TODO: Add intallation instructions. +
+ 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: +```bash + make MODEL=n0110 THEME_NAME="your_personnal_theme" -j8 +``` +
+
+ compile from git + +same as above, simply also add the `THEME_REPO` argument: + +```bash +$ make THEME_NAME=omega_blue THEME_REPO=https://github.com/Omega-Numworks/Omega-Theme-Example +``` +as said [here](https://github.com/Omega-Numworks/Omega-Theme-Example/blob/master/README.md) +
## Contributing