Skip to content

Commit 20ec3cb

Browse files
authored
README: suggest the use of the packaged script
Without this change users will be running the script directly and might encounter errors as they are using the script unpackaged without its dependencies.
1 parent e518219 commit 20ec3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ our [example](https://github.com/numtide/nixos-remote-examples/blob/9768e438b146
2323
Afterwards you can just run:
2424

2525
```
26-
./nixos-remote root@yourip --flake github:your-user/your-repo#your-system
26+
nix run github:numtide/nixos-remote -- root@yourip --flake github:your-user/your-repo#your-system
2727
```
2828

2929
The parameter passed to `--flake` should point to your nixos configuration

0 commit comments

Comments
 (0)