-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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` | ||
|