From 4eddb09754c3fe73b5309c9c6fca7a6fae703bff Mon Sep 17 00:00:00 2001 From: "Kevin Bloch (@codingthat)" Date: Tue, 13 Apr 2021 10:19:50 +0200 Subject: [PATCH] Add crucial step to Trello import readme Fixes #255 --- import/trello/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/import/trello/README.md b/import/trello/README.md index 4f4eac219..e2dbac06d 100644 --- a/import/trello/README.md +++ b/import/trello/README.md @@ -3,9 +3,10 @@ This node app converts a Trello json archive into a Focalboard archive. To use: 1. From the Trello Board Menu, select `More`, then `Print and Export`, and `Export to JSON` 2. Save it locally, e.g. to `trello.json` -3. Run `npm install` -4. Run `npx ts-node importTrello.ts -i -o archive.focalboard` -5. In Focalboard, click `Settings`, then `Import archive` and select `archive.focalboard` +3. Run `npm install` from within `focalboard/webapp` +4. Run `npm install` from within `focalboard/import/trello` +5. Run `npx ts-node importTrello.ts -i -o archive.focalboard` (also from within `focalboard/import/trello`) +6. In Focalboard, click `Settings`, then `Import archive` and select `archive.focalboard` ## Import scope