Merge pull request #172 from Thorgrimson/mnt

improved README section Installion
This commit is contained in:
banglashi
2021-03-23 22:36:09 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ Spacedeck requires:
To run Spacedeck, you only need Node.JS 10.x.
To install all node dependencies, run (do this once):
To install all node dependencies, run (do this once) after cloning the repository:
npm install

View File

@@ -12,7 +12,7 @@ server {
listen 80;
listen [::]:80;
servername spacedeck.domain.de
server_name spacedeck.domain.de
return 301 https://$server_name$request_uri;
}