You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
Steven Jones edited this page Jun 7, 2017
·
2 revisions
Keeping parrot up to date should just involve two things:
Updating your local Parrot repo to pull in the latest changes
Updating your Parrot VM to apply changes
Updating your local Parrot repo
This should be as simple as doing a git pull in the directory that you originally cloned Parrot.
On your system this might be something like:
cd ~/parrot
git pull
If you have changed to another branch of the repo, then we assume that you know what you're doing, and you need to merge in the upstream master to get the latest changes.
Updating your Parrot VM
To update the Parrot VM with the latest changes from the repo, run: