mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-12 00:19:15 +00:00
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:
parent
4fe68e4da8
commit
fb9bd5ab0f
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user