mirror of
https://github.com/nix-community/disko
synced 2024-11-13 23:57:12 +00:00
docs: fix inconsistent disko-install cmd
This commit is contained in:
parent
856a290215
commit
f3f8254fcc
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ For a fresh installation, where **disko-install** will handle partitioning and
|
|||
setting up the disk, use the following syntax:
|
||||
|
||||
```console
|
||||
sudo nix run 'github:nix-community/disko#disko-install/latest' -- --flake <flake-url>#<flake-attr> --disk <disk-name> <disk-device>
|
||||
sudo nix run 'github:nix-community/disko/latest#disko-install' -- --flake <flake-url>#<flake-attr> --disk <disk-name> <disk-device>
|
||||
```
|
||||
|
||||
Example:
|
||||
|
|
Loading…
Reference in a new issue