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