diff --git a/Console/build.py b/Console/build.py
index e00b88e..0bba14a 100644
--- a/Console/build.py
+++ b/Console/build.py
@@ -4,9 +4,10 @@ import sys
import shutil
packages = {
- "rns": "rns-0.4.9-py3-none-any.whl",
+ "rns": "rns-0.5.0-py3-none-any.whl",
"nomadnet": "nomadnet-0.3.5-py3-none-any.whl",
"lxmf": "lxmf-0.3.1-py3-none-any.whl",
+ "rnsh": "rnsh-0.0.12-py3-none-any.whl",
}
DEFAULT_TITLE = "RNode Bootstrap Console"
diff --git a/Console/source/s_nn.md b/Console/source/s_nn.md
index 82f9a53..f54e68d 100644
--- a/Console/source/s_nn.md
+++ b/Console/source/s_nn.md
@@ -17,11 +17,11 @@ If you do not have access to the Internet, or would prefer to install Nomad Netw
- If you do not have an Internet connection while installing make sure to install the [Reticulum](./s_rns.html) and [LXMF](./s_lxmf.html) packages first
- Download the [{PKG_BASE_nomadnet}]({ASSET_PATH}{PKG_nomadnet}) package from this RNode and unzip it
- Install it with the command `pip install ./{PKG_NAME_nomadnet}`
-- Verify the installed Reticulum version by running `nomadnet --version`
+- Verify the installed Nomad Network version by running `nomadnet --version`
### Online Installation
If you are connected to the Internet, you can try to install the latest version of Nomad Network via the `pip` package manager.
- Install Nomad Network by running the command `pip install nomadnet`
-- Verify the installed Reticulum version by running `nomadnet --version`
+- Verify the installed Nomad Network version by running `nomadnet --version`
diff --git a/Console/source/s_rnsh.md b/Console/source/s_rnsh.md
new file mode 100644
index 0000000..deb5adb
--- /dev/null
+++ b/Console/source/s_rnsh.md
@@ -0,0 +1,20 @@
+[title]: <> (Shell Over Reticulum)
+## Shell Over Reticulum
+
+The `rnsh` program lets you establish fully interactive remote shell sessions over Reticulum. It also allows you to pipe any program to or from a remote system, and is similar to how the ``ssh`` program works.
+
+### Local Installation
+
+If you do not have access to the Internet, or would prefer to install `rnsh` directly from this RNode, you can use the following instructions.
+
+- If you do not have an Internet connection while installing make sure to install the [Reticulum](./s_rns.html) package first
+- Download the [{PKG_BASE_rnsh}]({ASSET_PATH}{PKG_rnsh}) package from this RNode and unzip it
+- Install it with the command `pip install ./{PKG_NAME_rnsh}`
+- Verify the installed `rnsh` version by running `rnsh --version`
+
+### Online Installation
+
+If you are connected to the Internet, you can try to install the latest version of `rnsh` via the `pip` package manager.
+
+- Install `rnsh` by running the command `pip install rnsh`
+- Verify the installed `rnsh` version by running `rnsh --version`
diff --git a/Console/source/software.md b/Console/source/software.md
index c69cc60..21fe209 100644
--- a/Console/source/software.md
+++ b/Console/source/software.md
@@ -18,6 +18,7 @@ You can also download the copy of the [RNode Firmware source-code]({ASSET_PATH}p
+
\ No newline at end of file
diff --git a/Release/console_image.bin b/Release/console_image.bin
index 70180ef..b53ce1e 100644
Binary files a/Release/console_image.bin and b/Release/console_image.bin differ