diff --git a/README.md b/README.md index f200d36..c866386 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ It's a collection of color schemes for the [**Omega Numworks**](https://github.c ## Installation
- Compile your own theme + 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 @@ -18,12 +18,12 @@ You need to be able to [compile omega by yourself](https://github.com/Omega-Numw
Compile from git -same as above, simply also add the `THEME_REPO` argument: +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) +as said [here](https://github.com/Omega-Numworks/Omega-Theme-Example/blob/master/README.md).
## Contributing