Skip to content

Commit

Permalink
Merge pull request #1788 from openzim/fix-readme-to-launch-mwoffliner
Browse files Browse the repository at this point in the history
Add instruction to run locally
  • Loading branch information
kelson42 authored Feb 18, 2023
2 parents 55e3461 + d3d949d commit 993cdd9
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 @@ -63,6 +63,12 @@ Then to run it:
mwoffliner --help
```

To install and run it locally:
```bash
npm i
npm run mwoffliner -- --help
```

To use MWoffliner with a S3 cache, you should provide a S3 URL like
this:
```bash
Expand Down

0 comments on commit 993cdd9

Please sign in to comment.