README: fix command to run when testing config

This commit is contained in:
Ryan Mulligan 2020-02-17 19:36:49 -08:00
parent 1fe09df52b
commit 080e3886cc

View File

@ -112,8 +112,7 @@ test a package with one command.
3. To test your config, try to update a single package:
```
touch packages-to-upadte.txt
./result/bin/nixpkgs-update --dry-run --additionalUpdates "X oldVer newVer"`,
./result/bin/nixpkgs-update update --dry-run --additionalUpdates "X oldVer newVer"`,
```
where `X` is the attribute name, and `oldver` and `newVer` are the versions.