Skip to content

Commit

Permalink
update bundle instruction to avoid confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewthe2 committed Jun 7, 2024
1 parent 573234b commit 5d0fff3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ echo {} > .next/server/next-font-manifest.json
### Distribute for Anki

```bash
sh build.sh
sh bundle.sh
```
### Acknowledgements
- JMDict
Expand Down
1 change: 0 additions & 1 deletion build.sh

This file was deleted.

1 change: 1 addition & 0 deletions bundle.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
zip -r bundle.zip . -x ".*" -x "*.DS_Store" -x "__pycache__/*" -x "*.sh" -x mkdocs.yml -x develop.md -x README.md -x "**/__pycache__/*" -x client/\* -x docs/\* -x resources/\*

0 comments on commit 5d0fff3

Please sign in to comment.