diff options
author | Jakob Stendahl <jakobste@uio.no> | 2021-10-14 00:17:44 +0200 |
---|---|---|
committer | Jakob Stendahl <jakobste@uio.no> | 2021-10-14 00:19:04 +0200 |
commit | 66fc0b9544278dbcc937c0bad3e3e803b4119eef (patch) | |
tree | a0fa364aa7c2eff22cdccaa480f7fb8712f1b9cb | |
parent | 8a32f19d0c7a88bd2a71a91e10c9f21f827ed002 (diff) | |
download | Luxcena-Neo-66fc0b9544278dbcc937c0bad3e3e803b4119eef.tar.gz Luxcena-Neo-66fc0b9544278dbcc937c0bad3e3e803b4119eef.zip |
:memo: Add install instructions
-rw-r--r-- | README.md | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -7,9 +7,6 @@ Branch (dev) [ - -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 +``` |