Updated "git clone" cmd to use latest release (#238)

The local upgrade guide now contains the full git command for specifically cloning the latest tagged release, instead of the latest master branch state.

Releavant discussion in #228
This commit is contained in:
cd2357 2020-03-10 01:03:07 +01:00 committed by GitHub
parent 4fe68e4da8
commit fb9bd5ab0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,8 +105,8 @@ Add another argument to the local upgrade script:
Once you are running myNode, you can easily update the software yourself!
1. Start by running myNode on your device via the instructions above in "Running myNode"
2. Clone this git repo on your PC or laptop
* Run 'git clone https://github.com/mynodebtc/mynode.git'
2. Clone the latest release from the git repo on your PC or laptop
* Run 'git clone https://github.com/mynodebtc/mynode.git --branch latest_release'
* Run 'cd mynode'
3. Run 'make rootfs'
4. Run 'make start_file_server'