How To Upgrade Ghost Blog With Command Line
Step 1: Change directory into your path that installed the ghost blog. For example, mine is:
cd /var/www
Step 2: Download the latest version using wget
wget https://ghost.org/zip/ghost-X.X.X.zip
Note: You could find the current version on the off...
victorleungtw.hashnode.dev1 min read