From 66fc0b9544278dbcc937c0bad3e3e803b4119eef Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Thu, 14 Oct 2021 00:17:44 +0200 Subject: :memo: Add install instructions --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'README.md') 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 +``` -- cgit v1.2.3