Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added installation instructions #3

Merged
merged 1 commit into from
Jun 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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