From 639e8a9db4b67e4d3d2d9057ca6e192be457c969 Mon Sep 17 00:00:00 2001 From: AffectedArc07 Date: Wed, 29 Apr 2020 09:00:31 +0100 Subject: [PATCH] And again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.