diff --git a/README.md b/README.md index b268d326d2c..943397b0fa8 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ The code is able to run on Linux server side, however the libraries for MySQL an For MySQL, run the following: `apt-get install libmysqlclient-dev:i386` -For RustG, run the following: `libssl-dev:i386 pkg-config:i386 zlib1g-dev:i386` +For RustG, run the following: `apt-get install libssl-dev:i386 pkg-config:i386 zlib1g-dev:i386` After installing these packages, these libraries should function as intended.