aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Stendahl <jakobste@uio.no>2021-10-14 00:17:44 +0200
committerJakob Stendahl <jakobste@uio.no>2021-10-14 00:19:04 +0200
commit66fc0b9544278dbcc937c0bad3e3e803b4119eef (patch)
treea0fa364aa7c2eff22cdccaa480f7fb8712f1b9cb
parent8a32f19d0c7a88bd2a71a91e10c9f21f827ed002 (diff)
downloadLuxcena-Neo-66fc0b9544278dbcc937c0bad3e3e803b4119eef.tar.gz
Luxcena-Neo-66fc0b9544278dbcc937c0bad3e3e803b4119eef.zip
:memo: Add install instructions
-rw-r--r--README.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/README.md b/README.md
index 5ace3aa..84d2d4c 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,6 @@ Branch (dev) [![dependencies Status](https://david-dm.org/jakobst1n/luxcena-neo
## Wiki
The wiki will be available right in the browser when you have the software installed. If you want to contribute, you follow standard procedures for contributing here, and change/add/delete the markdown-files found in `/docs`. Don't worry about the `_book` folder, as that contains the generated html wiki.
## Install
-To install, follow the guide here: [Install Luxcena-Neo](https://github.com/JakobST1n/Luxcena-Neo/blob/master/docs/Usage/Install.md)
-
-The link there won't work on github, only when starting the software. So here is the link to the configuration-guide:
-[Configuring Luxcena-Neo](https://github.com/JakobST1n/Luxcena-Neo/blob/master/docs/Usage/Configuration.md)
-
-*SHOULD ADD RELATIVE PATH PROTECTION ON ALL PLACES USERS CAN ENTER PATHS.* \ No newline at end of file
+```
+wget https://raw.githubusercontent.com/JakobST1n/Luxcena-Neo/master/bin/install.sh && chmod +x install.sh && sudo ./install.sh && rm install.sh
+```