diff options
| author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2019-07-14 10:04:52 +0900 |
|---|---|---|
| committer | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2019-07-14 10:04:52 +0900 |
| commit | b3e5198f236333b84c8de96d4e997f0485265156 (patch) | |
| tree | 1a15ff4935d5d6943b8e4d0402bb665bd957ae33 /docs/setup.ja.md | |
| parent | Revert "Docker: Back to npm from yarn (#4730)" (diff) | |
| download | sharkey-b3e5198f236333b84c8de96d4e997f0485265156.tar.gz sharkey-b3e5198f236333b84c8de96d4e997f0485265156.tar.bz2 sharkey-b3e5198f236333b84c8de96d4e997f0485265156.zip | |
Use yarn instead of npm
Diffstat (limited to 'docs/setup.ja.md')
| -rw-r--r-- | docs/setup.ja.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/setup.ja.md b/docs/setup.ja.md index e8a11de69b..b3b38ce83b 100644 --- a/docs/setup.ja.md +++ b/docs/setup.ja.md @@ -51,7 +51,7 @@ adduser --disabled-password --disabled-login misskey 5. Misskeyの依存パッケージをインストール - `npm install` + `npx yarn install` *4.* 設定ファイルを作成する ---------------------------------------------------------------- @@ -131,7 +131,7 @@ npm run init ### Misskeyを最新バージョンにアップデートする方法: 1. `git checkout master` 2. `git pull` -3. `npm install` +3. `npx yarn install` 4. `NODE_ENV=production npm run build` 5. `npm run migrate` |