remove optional 4th parameter to UPDATE_INFO in basic instructions

This commit is contained in:
Ryan Mulligan 2020-04-06 18:25:32 -07:00
parent c4ba666529
commit 8632d0381e

View File

@ -33,9 +33,9 @@ nix-env \
1. Go to your local checkout of nixpkgs, and make sure the working
directory is clean. Be on a branch you are okay committing to.
2. Run it like: `nixpkgs-update update "postman 7.20.0 7.21.2 ryantm"`
2. Run it like: `nixpkgs-update update "postman 7.20.0 7.21.2"`
which mean update the package "postman" from version 7.20.0
to version 7.21.2 based on information from ryantm.
to version 7.21.2.
3. It will run the updater, and if the update builds, it will commit
the update to the branch and output a potential message you could
use for a pull request.