Skip to content

Commit

Permalink
docs: Add download option description
Browse files Browse the repository at this point in the history
  • Loading branch information
echo724 committed Feb 3, 2022
1 parent 26981f5 commit 004202b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ $ pip install notion2md

![Terminal output of the `notion2md -h` command](notion2md_terminal.png)

- Notion2md requires either `id` or `url` of the Notion page/block
- **Download** option will download files/images in the `path` directory

```Bash
notion2md -n post -p ~/MyBlog/content/posts -u https://notion.so/...
notion2md --download -n post -p ~/MyBlog/content/posts -u https://notion.so/...
```

- This command will generate "**post.md**" in your '**~/MyBlog/content/posts**' directory
Expand Down

0 comments on commit 004202b

Please sign in to comment.