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.fr.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.fr.md')
| -rw-r--r-- | docs/setup.fr.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/setup.fr.md b/docs/setup.fr.md index 09ab305b43..74945858b9 100644 --- a/docs/setup.fr.md +++ b/docs/setup.fr.md @@ -50,7 +50,7 @@ Installez les paquets suivants : 5. Installez les dépendances de misskey. - `npm install` + `npx yarn install` *4.* Création du fichier de configuration ---------------------------------------------------------------- @@ -124,7 +124,7 @@ Vous pouvez vérifier si le service a démarré en utilisant la commande `system ### Méthode de mise à jour vers la plus récente version de 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` |