mirror of
https://github.com/nix-community/nixpkgs-update.git
synced 2024-11-29 08:51:48 +03:00
remove optional 4th parameter to UPDATE_INFO in basic instructions
This commit is contained in:
parent
c4ba666529
commit
8632d0381e
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user