UPDATE.md

April 2, 2020 ยท View on GitHub

git clone git@github.com:angristan/Casper-XYZ.git
cd Casper-XYZ
git remote add upstream https://github.com/TryGhost/Casper.git
git fetch upstream
git merge upstream/master
# Resolve conflicts (accept incoming changes)
yarn install
yarn zip
git add -A
git commit -m "Merge upstream, update to 2.4.0"
git push