Compare commits
2 Commits
5604c0c71a
...
ac4443a8ee
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ac4443a8ee | ||
|
|
6843b3debf |
@@ -2,14 +2,18 @@
|
||||
|
||||
## Dependencies
|
||||
|
||||
Make sure 'git', 'make', 'python' and 'pip' are instaled. Most like;y these are already availble on your system. Otherwise do:
|
||||
Make sure *git*, *make*, *python* and *pip* are instaled. Most likely these are already availble on your system. Otherwise do:
|
||||
|
||||
$ sudo apt install git
|
||||
$ sudo apt install make
|
||||
$ sudo apt install pip
|
||||
$ sudo apt install python
|
||||
|
||||
Download arduino-cli
|
||||
Install Reticulum:
|
||||
|
||||
$ pip install rns --break-system-packages
|
||||
|
||||
Download arduino-cli:
|
||||
|
||||
$ cd
|
||||
$ curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh
|
||||
@@ -18,7 +22,7 @@ Add arduino-cli to path by editing ~/.bashrc
|
||||
|
||||
$ nano ~/.bashrc
|
||||
|
||||
add 'export PATH=~/bin:$PATH' to end of file
|
||||
Add `export PATH=~/bin:$PATH` to end of file. Exit with `CTRL-x` and type `y` to save the changes.
|
||||
|
||||
## Clone git repo
|
||||
|
||||
@@ -37,7 +41,7 @@ Add rns software to path:
|
||||
|
||||
$ nano ~/.bashrc
|
||||
|
||||
add 'export PATH=~/.local/bin:$PATH' to the end of the file.
|
||||
Add `export PATH=~/.local/bin:$PATH` to the end of the file. Exit with `CTRL-x` and type `y` to save the changes.
|
||||
|
||||
## Test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user