diff --git a/import/asana/README.md b/import/asana/README.md index e3debc7bd..b2a81d740 100644 --- a/import/asana/README.md +++ b/import/asana/README.md @@ -1,11 +1,12 @@ # Asana importer -This node app converts a Trello json archive into a Focalboard archive. To use: +This node app converts an Asana json archive into a Focalboard archive. To use: 1. From the Asana Board Menu, select `Export / Print`, and `JSON` 2. Save it locally, e.g. to `asana.json` -3. Run `npm install` -4. Run `npx ts-node importAsana.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/asana` +5. Run `npx ts-node importAsana.ts -i -o archive.focalboard` +6. In Focalboard, click `Settings`, then `Import archive` and select `archive.focalboard` ## Import scope diff --git a/import/notion/README.md b/import/notion/README.md index 0ce937083..8d1b08b28 100644 --- a/import/notion/README.md +++ b/import/notion/README.md @@ -4,9 +4,10 @@ This node app converts a Notion CSV and markdown export into a Focalboard archiv 1. From a Notion Board, open the ... menu at the top right 2. Select `Export` and pick `Markdown & CSV` as the export format 3. Save it locally, and unzip the folder e.g. to `notion-export` -4. Run `npm install` -5. Run `npx ts-node importNotion.ts -i -o archive.focalboard` -6. In Focalboard, click `Settings`, then `Import archive` and select `archive.focalboard` +4. Run `npm install` from within `focalboard/webapp` +5. Run `npm install` from within `focalboard/import/notion` +6. Run `npx ts-node importNotion.ts -i -o archive.focalboard` +7. In Focalboard, click `Settings`, then `Import archive` and select `archive.focalboard` ## Import scope