Skip to content

Commit

Permalink
fix: fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb authored Mar 26, 2024
1 parent 4d682ee commit c1391d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Now, run this

```bash
$ wp2hugo
Usage of ./bin/wp2hugo:
Usage of wp2hugo:
-download-media
download media files embedded in the WordPress content
-font string
Expand All @@ -40,7 +40,7 @@ Usage of ./bin/wp2hugo:
$ git clone [email protected]:ashishb/wp2hugo.git
$ cd wp2hugo/src/wp2hugo
$ make build_prod
# `./cmd/wp2hugo` will contain the binary and you can use it as `$ ./bin.wp2hugo --source wordpress-export.xml --download-media`
# `./bin/wp2hugo` will contain the binary and you can use it as `$ ./bin/wp2hugo --source wordpress-export.xml --download-media`
```

## Goals of `wp2hugo`
Expand Down

0 comments on commit c1391d7

Please sign in to comment.