Skip to content

Commit

Permalink
Merge pull request Psi-Prod#3 from apoleon33/master
Browse files Browse the repository at this point in the history
added installation instructions
  • Loading branch information
Tim-ats-d authored Jun 4, 2021
2 parents 3f1eb18 + 05853f6 commit d37b3dc
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 d37b3dc

Please sign in to comment.