diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-08-31 18:52:26 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-08-31 18:52:26 +0300 |
commit | d0e31c43a68dd28f692e306bb4b5d58cdc698f0c (patch) | |
tree | a57fee25fb5a9fe6a500f8f6960d3762c47b3465 /README.md | |
parent | Guard against flickering for items added to the top of the timeline (diff) | |
download | nheko-d0e31c43a68dd28f692e306bb4b5d58cdc698f0c.tar.xz |
Remove nix script which was unmaintained
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/README.md b/README.md index cd56ba1d..c01a2a13 100644 --- a/README.md +++ b/README.md @@ -222,18 +222,6 @@ cmake --build build The `nheko` binary will be located in the `build` directory. -#### Nix - -Download the repo as mentioned above and run - -```bash -nix-build -``` - -in the project folder. This will output a binary to `result/bin/nheko`. - -You can also install nheko by running `nix-env -f . -i` - #### Windows After installing all dependencies, you need to edit the `CMakeSettings.json` to |