Skip to content

Commit

Permalink
Fix CONTRIBUTING instruction for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Nov 1, 2023
1 parent ce8d62b commit 2fdfcff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ olibri Channel, with new Kolibri UI" --channel-id "7f744ce8d28b471eaf663abd60c92
Extract interesting ZIM content and move it to `public` folder.

```
find zimui/public/ -mindepth 1 -maxdepth 1 ! -name ".gitignore" -exec rm -r {} \;
find zimui/public/ -mindepth 1 -maxdepth 1 ! -name ".gitignore" -delete
docker run -it --rm -v $(pwd)/output:/data ghcr.io/openzim/zim-tools:latest zimdump dump --dir=/data/Minimal_Test /data/Minimal_Test.zim
sudo chown -R $(id -u -n):$(id -g -n) output/Minimal_Test
mv output/Minimal_Test/* zimui/public/
Expand Down

0 comments on commit 2fdfcff

Please sign in to comment.