Updated installation docs and removed outdated settings

This commit is contained in:
Eduard Urbach 2018-06-25 07:08:02 +09:00
parent 062d6eac75
commit 00678cf6a4
2 changed files with 1 additions and 3 deletions

View File

@ -2,8 +2,6 @@
"editor.detectIndentation": false,
"editor.insertSpaces": false,
"files.trimTrailingWhitespace": true,
"tsimporter.emitSemicolon": false,
"tsimporter.doubleQuotes": true,
"files.exclude": {
"**/*.js": {
"when": "$(basename).ts"

View File

@ -20,7 +20,7 @@ curl -s https://raw.githubusercontent.com/animenotifier/notify.moe/go/install.sh
## Run the server
* Start the web server in notify.moe directory using: `run`
* In your browser, import the file `security/default/rootCA.pem` as a trusted Root authority
* In your browser, import the file `security/default/root.crt` as a trusted Root authority
* Open `https://beta.notify.moe`
## OS restarts