From b3e5198f236333b84c8de96d4e997f0485265156 Mon Sep 17 00:00:00 2001 From: "Acid Chicken (硫酸鶏)" Date: Sun, 14 Jul 2019 10:04:52 +0900 Subject: Use yarn instead of npm --- docs/setup.fr.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/setup.fr.md') 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` -- cgit v1.2.3-freya