add further clarification to `nix-shell` install method

pull/1748/head
flexxyfluxx 5 months ago committed by GitHub
parent b072ba1639
commit 49ac5049c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      README.md

@ -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)
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)

Loading…
Cancel
Save