summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2018-06-02 03:54:10 +0900
committerGitHub <noreply@github.com>2018-06-02 03:54:10 +0900
commite011870a60d2b1dda1b86c6453af80bdfe7bfba2 (patch)
tree034d72de4f2587cb28cdcd176316029f5534b36d
parentMerge pull request #1670 from syuilo/l10n_master (diff)
parentCover multiple cases (diff)
downloadmisskey-e011870a60d2b1dda1b86c6453af80bdfe7bfba2.tar.gz
misskey-e011870a60d2b1dda1b86c6453af80bdfe7bfba2.tar.bz2
misskey-e011870a60d2b1dda1b86c6453af80bdfe7bfba2.zip
Merge pull request #1672 from Angristan/patch-1
Update build docs
-rw-r--r--docs/setup.en.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/setup.en.md b/docs/setup.en.md
index 8dde4d00d6..28e025521b 100644
--- a/docs/setup.en.md
+++ b/docs/setup.en.md
@@ -47,7 +47,14 @@ You need to generate config file via `npm run config` command.
*5.* Build Misskey
----------------------------------------------------------------
-We need to use `node-gyp` to build the `crypto` module.
+
+Build misskey with the following:
+
+`npm run build`
+
+If you're on Debian, you will need to install the `build-essential` package.
+
+If you're still encountering errors about some modules, use node-gyp:
1. `npm install -g node-gyp`
2. `node-gyp configure`