Make distinction between 2 terminal windows (#625)

This commit is contained in:
blueredpen 2022-01-30 20:12:07 +00:00 committed by GitHub
parent bac5fe1f1e
commit 2efdbff8a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ Once you are running myNode, you can easily update the software yourself!
4. Run `make rootfs`
5. Run `make start_file_server`
* This will run a local HTTP server so your device can download files
6. On your device, run `sudo mynode-local-upgrade [dev pc ip address]`
6. On the other terminal which you used to ssh into your device, run `sudo mynode-local-upgrade [dev pc ip address]`
* This will download your locally generated artifact and install it on your device
* Your device will automatically reboot to ensure updates take effect
7. Optional: Run `make stop_file_server`