mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
add further clarification to nix-shell
install method
This commit is contained in:
parent
b072ba1639
commit
49ac5049c3
1 changed files with 2 additions and 0 deletions
|
@ -115,6 +115,8 @@ nix-env -iA nixpkgs.nheko
|
||||||
|
|
||||||
# In an ephemeral shell: (recommended if you just want to try it out without committing to a full installation)
|
# In an ephemeral shell: (recommended if you just want to try it out without committing to a full installation)
|
||||||
nix-shell -p nheko --run nheko
|
nix-shell -p nheko --run nheko
|
||||||
|
# Note: The above command will both install and run Nheko.
|
||||||
|
# To stop it from running immediately, just remove the `--run nheko` from the end.
|
||||||
```
|
```
|
||||||
Alternatively, add it to your config in one of the following ways: (recommended for long-term installation)
|
Alternatively, add it to your config in one of the following ways: (recommended for long-term installation)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue