1
Fork 0
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:
RGBCube 2023-11-08 08:39:40 +03:00
parent 5e1684a6c1
commit 309495654c
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -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