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-10 06:50:12 +0300
committerGitHub <noreply@github.com>2020-12-10 06:50:12 +0300
commitde5365525e48b41177603510a4551603dcb221ba (patch)
treec4c31338e1764a342f63b2e1db233d6e7ab03f78
parentc23d3ad1bfb6b9b7ac14839de5b4393a73405890 (diff)
Update README.md
-rwxr-xr-xREADME.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index d70cb86..2039a6d 100755
--- a/README.md
+++ b/README.md
@@ -77,23 +77,23 @@ curl -fsSL get.docker.com -o get-docker.sh
sh get-docker.sh
```
-> You can read more about this at [`docker-install`](https://github.com/docker/docker-install)
+You can read more about this at [`docker-install`](https://github.com/docker/docker-install)
To compile the project, assuming that you already cloned this repository, just
execute the `build` target, this will generate in `build` folder all the binaries
and debian packages:
```sh
-> make build
-> ls -1 build/
+make build
+ls -1 build/
```
-> Default build is for STRETCH release of debian, but BUSTER and JESSIE is supported, if you build one, you just have to specify it during make.
-> Example for BUSTER:
-> ```sh
-> > make build DEBIAN_PACKAGES=BUSTER
-> > ls -1 build/
-> ```
+Default build is for STRETCH release of debian, but BUSTER and JESSIE is supported, if you build one, you just have to specify it during make.
+Example for BUSTER:
+```sh
+make build DEBIAN_PACKAGES=BUSTER
+ls -1 build/
+```
If you are using `Raspbian` you can install any of the `.deb` generated packages.
If not, just use the compiled binary.