Skip to content

Commit

Permalink
added installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
apoleon33 committed Jun 2, 2021
1 parent c5253eb commit 05853f6
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,24 @@ It's a collection of color schemes for the [**Omega Numworks**](https://github.c

## Installation

TODO: Add intallation instructions.
<details>
<summary><b>compile your own theme</b></summary>

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
```
</details>
<details>
<summary><b> compile from git</b></summary>

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)
</details>

## Contributing

Expand Down

0 comments on commit 05853f6

Please sign in to comment.