-
Notifications
You must be signed in to change notification settings - Fork 53
Cypress 5.x Upgrade Instructions
dczulada edited this page Aug 29, 2019
·
15 revisions
Follow the Cypress V5 Install Instructions if you do not already have a running version of Cypress v5.0.x.
Connect to your machine running cypress and run the following command:
curl https://raw.githubusercontent.com/projectcypress/cypress/v4.0.3/contrib/upgrade_cypress_40.sh | sudo bash
sudo apt-get update
sudo apt-get install cypress
sudo systemctl restart nginx