Skip to content

Commit 64608a8

Browse files
committed
README: simplify code example
1 parent a278faa commit 64608a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,12 @@ Once you’ve created the disk configuration and the flake, you can run the tool
187187
with a single nix command, which may look like this:
188188

189189
```
190-
nix run github:numtide/nixos-anywhere -- --flake github:JillThornhill/flakes-example#hetzner-cloud root@135.181.254.201
190+
nix run github:numtide/nixos-anywhere -- --flake .#hetzner-cloud root@135.181.254.201
191191
```
192192

193-
Note that this command references the URL of your flake, in this case
194-
github:JillThornhill/flakes-example, together with the name of the system
195-
#hetzner-cloud, as highlighted by the comment in the sample flake.
193+
Note that this command references the URL of your flake, in this case `.#`,
194+
together with the name of the system `hetzner-cloud`, as highlighted by the
195+
comment in the sample flake.
196196

197197
The [Quickstart Guide](./docs/quickstart.md) gives more information on how to
198198
run **nixos-anywhere** in its simplest form. For more specific instructions to

0 commit comments

Comments
 (0)