summary refs log tree commit diff
diff options
context:
space:
mode:
authorflexxyfluxx <82163962+flexxyfluxx@users.noreply.github.com>2024-06-11 12:36:44 +0000
committerGitHub <noreply@github.com>2024-06-11 12:36:44 +0000
commit49ac5049c3a6f537075d9164b9fabd49ee05f33f (patch)
tree64981a4d534cb0aa66fa5105e2c2e5b044e80ff9
parentImprove NixOS install instructions in Readme (diff)
downloadnheko-49ac5049c3a6f537075d9164b9fabd49ee05f33f.tar.xz
add further clarification to `nix-shell` install method
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4a8be641..0f88462e 100644
--- a/README.md
+++ b/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)