From 96e3b7cd37b6d5d9190e1055483d6f6b364c4a58 Mon Sep 17 00:00:00 2001 From: Tim ats Date: Thu, 17 Jun 2021 11:06:14 +0200 Subject: [PATCH] Fix in build instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6eb3d02..dceba13 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ It's a collection of color schemes for the [**Omega Numworks**](https://github.c 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 + make MODEL=n0110 THEME_NAME="your_personnal_theme" ```