Skip to content

Commit

Permalink
Updated readme instructions for installing zlib lib (#131)
Browse files Browse the repository at this point in the history
Updated readme instructions for installing `zlib` library on Ubuntu
  • Loading branch information
HarshGandhi-AWS authored Apr 18, 2023
1 parent c9a3375 commit b6c31b4
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 @@ -103,7 +103,7 @@ and you can add ` -p <port_number>` to expose a port from the docker container.
Note: This step may be simpler to complete via a native software application manager.

Ubuntu example:
`sudo apt install zlibc`
`sudo apt install zlib1g`

Fedora example:
`dnf install zlib`
Expand Down

0 comments on commit b6c31b4

Please sign in to comment.