From 00678cf6a46a3744887c24a50f48a561700bbd68 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Mon, 25 Jun 2018 07:08:02 +0900 Subject: [PATCH] Updated installation docs and removed outdated settings --- .vscode/settings.json | 2 -- README.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 3c41b43e..1ea89a2a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" diff --git a/README.md b/README.md index 29b2a3ff..da7b9230 100644 --- a/README.md +++ b/README.md @@ -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