Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Z-Bolt/OctoScreen.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffB42 <10328858+JeffB42@users.noreply.github.com>2020-12-30 05:04:10 +0300
committerGitHub <noreply@github.com>2020-12-30 05:04:10 +0300
commit07193ab4c07473a5f67b8d1247080f6aeae7d65f (patch)
tree2db5ba900d92f0d9b08735a9dcda3875076b6462
parentad7baf10b41ab40ad43c481ee88488d76c364130 (diff)
Update README.md
-rwxr-xr-xREADME.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index f9ea151..1a628d3 100755
--- a/README.md
+++ b/README.md
@@ -81,13 +81,19 @@ You will also need to set up the video drivers for the display you are using. I
There are two ways to install OctoScreen: the recommended and supported way is to install from a .deb package, or you can choose to install from building the sources yourself. The recommended way to install OctoScreen is use the `.deb` packages from the [Releases](https://github.com/Z-Bolt/OctoScreen/releases) page. The packages are available for Debian Stretch based distributions such as Raspbian and OctoPi.
-For example, to install on Raspbian or OctoPi:
+For example, to install on a new Raspbian or OctoPi:
```sh
-wget https://github.com/Z-Bolt/OctoScreen/releases/download/v2.6.0/octoscreen_2.6-0_armhf.deb
+wget https://github.com/Z-Bolt/OctoScreen/releases/download/2.6.0/octoscreen_2.6.0_armhf.deb
sudo dpkg -i octoscreen_2.6-0_armhf.deb
```
-
+For example, to update an existing OctoScreen version:
+```sh
+wget https://github.com/Z-Bolt/OctoScreen/releases/download/2.6.0/octoscreen_2.6.0_armhf.deb
+sudo dpkg -r octoscreen
+sudo dpkg -i octoscreen_2.6.0_armhf.deb
+sudo reboot now
+```
### Install From Source