Made HOWTO a tiny bit better.
This commit is contained in:
@@ -17,11 +17,13 @@ Install Reticulum:
|
|||||||
|
|
||||||
$ pip install rns --break-system-packages
|
$ pip install rns --break-system-packages
|
||||||
|
|
||||||
Add rns software to path:
|
Add new directories to path:
|
||||||
|
|
||||||
$ nano ~/.bashrc
|
$ nano ~/.bashrc
|
||||||
|
|
||||||
Add `export PATH=~/.local/bin:$PATH` to the end of the file. Exit with `CTRL-x` and type `y` to save the changes.
|
Add `export PATH=~/.local/bin:~/bin:$PATH` to the end of the file. Exit with `CTRL-x` and type `y` to save the changes.
|
||||||
|
|
||||||
|
Now reload the shell so the changes to the path will take effect: `exec $SHELL`. You can also logout and login again.
|
||||||
|
|
||||||
Download arduino-cli:
|
Download arduino-cli:
|
||||||
|
|
||||||
@@ -32,10 +34,6 @@ Add arduino-cli to path by editing ~/.bashrc
|
|||||||
|
|
||||||
$ nano ~/.bashrc
|
$ nano ~/.bashrc
|
||||||
|
|
||||||
Add `export PATH=~/bin:$PATH` to end of file. Exit with `CTRL-x` and type `y` to save the changes.
|
|
||||||
|
|
||||||
Now reload the shell so the changes to the path will take effect: `exec $SHELL`. You can also logout and login again.
|
|
||||||
|
|
||||||
## Clone git repo
|
## Clone git repo
|
||||||
|
|
||||||
$ git clone https://github.com/liberatedsystems/RNode_Firmware_CE.git
|
$ git clone https://github.com/liberatedsystems/RNode_Firmware_CE.git
|
||||||
|
Reference in New Issue
Block a user