Skip to content

Commit

Permalink
Merge pull request #3 from timotk/main
Browse files Browse the repository at this point in the history
Add pipx installation example
  • Loading branch information
mvanholsteijn authored Aug 7, 2023
2 parents dd88396 + 581911d commit 81b48e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ in your favorite editor and keeps all your blogs in git.

Furthermore, you have to enable the Rest API for the [Custom Field Group](https://www.advancedcustomfields.com/resources/wp-rest-api-integration/#enabling-the-rest-api-for-your-acf-fields) for the field `show_header_image`.

## Installation
Install it with [pipx](https://pypa.github.io/pipx/) or use Docker (see below):
```shell
pipx install wordpress-markdown-blog-loader
```

## configuration
to configure the access credentials, you need to add your WordPress application password to the file `~/.wordpress.ini`
and add a section for your Wordpress installation:
Expand Down

0 comments on commit 81b48e9

Please sign in to comment.