update readme with debug options in local-upgrade (#20)

* update readme with debug options in local-upgrade

* move the debug options to subsection
This commit is contained in:
Abhishek Shandilya 2019-10-26 13:34:12 -04:00 committed by Taylor Helsper
parent a81da403e1
commit 29823e6825

View File

@ -83,6 +83,12 @@ Once you are running myNode, you can easily modify and update the software yours
6. Test your changes! 6. Test your changes!
7. Submit Pull Request to share your updates! 7. Submit Pull Request to share your updates!
### To update a subsystem without rebooting
Add another argument to the local upgrade script:
- To update files only, run `sudo mynode-local-upgrade [dev pc ip address] files`
- To update files and restart web server, run `sudo mynode-local-upgrade [dev pc ip address] www`
## Upgrading your myNode ## Upgrading your myNode
Once you are running myNode, you can easily update the software yourself! Once you are running myNode, you can easily update the software yourself!