Skip to content

Commit

Permalink
fixed URL in README
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Apr 7, 2018
1 parent 8b87a5a commit e4e3b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ library-to-catalog.sh library.xml kiwix-catalog.yml [zim|zip]
* Script **does not download** `library.xml` file. You can easily chain it to a `wget`|`curl` command though.

``` sh
wget -o kiwix_library.xml http://library.kiwix.org/library.xml && library-to-catalog.sh kiwix_library.xml /path/to/kiwix.yml
wget -O kiwix_library.xml http://download.kiwix.org/library/library.xml && library-to-catalog.sh kiwix_library.xml /path/to/kiwix.yml
```

0 comments on commit e4e3b7b

Please sign in to comment.