From d8af517adc1a032b2b85f38c3739bbd1ff7a29a1 Mon Sep 17 00:00:00 2001 From: Pitu Date: Mon, 4 Jan 2021 01:06:46 +0900 Subject: chore: change yarn for npm --- docs/migrating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/migrating.md b/docs/migrating.md index f461c98..635630d 100644 --- a/docs/migrating.md +++ b/docs/migrating.md @@ -4,7 +4,7 @@ For starters we recommend cloning the new version somewhere else instead of `git - After cloning move your `uploads` folder from the v3 folder to the new v4 folder. - Then copy your `database/db` file from your v3 folder to the root of your v4 folder. -- You then need to run `yarn setup` or `npm start setup` from the v4 folder and finish the setup process. +- You then need to run `npm start setup` from the v4 folder and finish the setup process. - Once that's done you need to manually run `node src/api/databaseMigration.js` from the root folder of v4. - This will migrate the v3 database to v4 and regenerate every single thumbnail in webp to save bandwidth. - After the migration finishes, the last step is to update your nginx config with the [newly provided script](./nginx.md). -- cgit v1.2.3