Tweak REAMDE dev instructions

This commit is contained in:
Taylor Helsper 2019-11-03 20:21:59 -06:00
parent 6418df88dc
commit 02c4bd1136

View File

@ -70,7 +70,7 @@ Once you are running myNode, you can easily modify and update the software yours
1. Start by running myNode on your device via the instructions above in "Running myNode" 1. Start by running myNode on your device via the instructions above in "Running myNode"
2. Modify myNode files 2. Modify myNode files
* Clone the git repo - 'git clone https://github.com/mynodebtc/mynode.git' * Clone this git repo on your PC or laptop - 'git clone https://github.com/mynodebtc/mynode.git'
* Make your modifications * Make your modifications
3. Run 'make rootfs' 3. Run 'make rootfs'
* Or run 'make rootfs_auto' in a new console tab * Or run 'make rootfs_auto' in a new console tab
@ -93,7 +93,7 @@ Add another argument to the local upgrade script:
Once you are running myNode, you can easily update the software yourself! 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" 1. Start by running myNode on your device via the instructions above in "Running myNode"
2. Clone this git repo 2. Clone this git repo on your PC or laptop
* Run 'git clone https://github.com/mynodebtc/mynode.git' * Run 'git clone https://github.com/mynodebtc/mynode.git'
* Run 'cd mynode' * Run 'cd mynode'
3. Run 'make rootfs' 3. Run 'make rootfs'