Skip to content

Commit 66173b7

Browse files
committed
Updated README
1 parent 52dd16f commit 66173b7

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
markdown-notes-to-notion
1+
markdown-to-notion
22
===
33

44
This script import markdown notes to Notion.
55

6-
> The script required PostgresQL for local cache of imported notes.
6+
## requirements
7+
8+
- `nodejs`
9+
- `PostgresQL` - for local cache of imported notes
710

811
## How to run
912

@@ -24,12 +27,16 @@ node index.js --import /path/no/notes
2427

2528
3. Some notes may not import correctly. [Solutions](https://github.com/tryfabric/martian#working-with-notions-limits)
2629

30+
> There is no such command yet
31+
2732
```bash
2833
node index.js --show-errors
2934
```
3035

3136
4. After correcting the original notes that were imported with an error, they can be imported again
3237

38+
> There is no such command yet
39+
3340
```bash
3441
node index.js --import-with-errors /path/no/notes
3542
```

0 commit comments

Comments
 (0)