mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 03:27:45 +00:00
Update readme and help message
This commit is contained in:
parent
5e1684a6c1
commit
309495654c
2 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ git clone https://github.com/RGBCube/NixOSConfiguration
|
|||
cd NixOSConfiguration
|
||||
|
||||
chmod +x rebuild.sh
|
||||
./rebuild.sh --clean-garbage <machine-name>
|
||||
./rebuild.sh <machine-name>
|
||||
```
|
||||
|
||||
`machine-name` is a machine selected from the machines in the `machines` directory.
|
||||
|
@ -41,7 +41,7 @@ You can also check how the script is used:
|
|||
This outputs:
|
||||
|
||||
```
|
||||
Usage: ./rebuild.sh [-h | --help] [-c | --clean-garbage] [machine]
|
||||
Usage: ./rebuild.sh [-h | --help] [machine-name]
|
||||
```
|
||||
|
||||
## License
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue