diff options
| author | Angristan <Angristan@users.noreply.github.com> | 2018-06-01 20:24:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-01 20:24:30 +0200 |
| commit | 2752319e50dd77dd4a22b974a5a8933a377b8b50 (patch) | |
| tree | 4e8ce820620ad239b599e3d0ae9851f73a0fafda /docs/setup.en.md | |
| parent | Merge pull request #1670 from syuilo/l10n_master (diff) | |
| download | sharkey-2752319e50dd77dd4a22b974a5a8933a377b8b50.tar.gz sharkey-2752319e50dd77dd4a22b974a5a8933a377b8b50.tar.bz2 sharkey-2752319e50dd77dd4a22b974a5a8933a377b8b50.zip | |
Update build docs
Fix #1474
Diffstat (limited to 'docs/setup.en.md')
| -rw-r--r-- | docs/setup.en.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/setup.en.md b/docs/setup.en.md index 8dde4d00d6..d5c54334b6 100644 --- a/docs/setup.en.md +++ b/docs/setup.en.md @@ -47,12 +47,12 @@ 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. -1. `npm install -g node-gyp` -2. `node-gyp configure` -3. `node-gyp build` -4. `npm run build` +If you're on Debian, you will need to install the `build-essential` package. + +Then build misskey: + +`npm run build` *6.* That is it. ---------------------------------------------------------------- |