From 340ccc705ebd9499f14f799fcef0b5d2a8055fb4 Mon Sep 17 00:00:00 2001 From: Brian May Date: Sat, 8 Feb 2025 10:02:31 +1100 Subject: [PATCH] docs: replace nix-env with nix-shell --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 73f1214..afd8ed2 100644 --- a/README.rst +++ b/README.rst @@ -106,7 +106,7 @@ It is also possible to install into a virtualenv as a non-root user. - Nix:: - nix-env -iA nixpkgs.sshuttle + nix-shell -p sshuttle - Windows::