Skip to content

Commit

Permalink
fix zlib installation command in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bleepbop committed Jun 2, 2023
1 parent 464f7df commit b8aaa5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ the decryption which requires the installation of the `pyminizip` module. Depend
can be installed using the following:

- Ubuntu: `apt-get install zlib1g`
- MacOS: `homebrew install zlib`
- MacOS: `brew install zlib`
- All OS's: `pip3 install pyminizip`

See URL for more information regarding `pyminizip`: https://github.com/smihica/pyminizip
Expand Down

0 comments on commit b8aaa5a

Please sign in to comment.