This commit is contained in:
Michael Stanclift 2020-05-27 11:28:17 -05:00
parent 631e5d6bb1
commit c125e395cd

View File

@ -50,9 +50,9 @@ Download the latest release from [GitHub](https://github.com/vmstan/gravity-sync
``` ```
cd ~ cd ~
wget https://github.com/vmstan/gravity-sync/archive/v1.4.0.zip wget https://github.com/vmstan/gravity-sync/archive/v1.4.1.zip
unzip v1.4.0.zip unzip v1.4.1.zip
mv ~/gravity-sync-1.4.0 ~/gravity-sync mv ~/gravity-sync-1.4.1 ~/gravity-sync
cd gravity-sync cd gravity-sync
``` ```