diff --git a/INSTALL.md b/INSTALL.md index 08ea165ad..234bc41c8 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -2,11 +2,11 @@ How to install ProxySQL ======================= ProxySQL offers 2 types of releases: -- pre-packaged versions of the __last stable version__ (periodically updated at `https://github.com/sysown/proxysql-binaries/blob/master/binaries/`). +- pre-packaged versions of the __last stable version__ (periodically updated at `https://github.com/sysown/proxysql/releases`). The list of currently supported operating systems for binary packaging is: - - [Ubuntu 14](https://github.com/sysown/proxysql-binaries/blob/master/binaries/Ubuntu14/proxysql_0.2.0902-ubuntu14_amd64.deb) - - [Ubuntu 12](https://github.com/sysown/proxysql-binaries/blob/master/binaries/Ubuntu12/proxysql_0.2.0902-ubuntu12_amd64.deb) - - [CentOS 7](https://github.com/sysown/proxysql-binaries/blob/master/binaries/Centos7/proxysql-0.2.0902-1.x86_64.rpm) + - [Ubuntu 14](https://github.com/sysown/proxysql/releases/download/v1.3.4/proxysql_1.3.4-ubuntu14_amd64.deb) + - [Ubuntu 12](https://github.com/sysown/proxysql/releases/download/v1.3.4/proxysql_1.3.4-ubuntu12_amd64.deb) + - [CentOS 7](https://github.com/sysown/proxysql/releases/download/v1.3.4/proxysql-1.3.4-1-centos7.x86_64.rpm) Installing from source ---------------------- @@ -31,4 +31,4 @@ sudo make install Compilation time should be around a couple of minutes for the first time around. The configuration file will be found at `/etc/proxysql.cnf` afterwards. -Once you have installed it, please take a look at the document about [running and operating the proxy](https://github.com/sysown/proxysql/blob/master/RUNNING.md). \ No newline at end of file +Once you have installed it, please take a look at the document about [running and operating the proxy](https://github.com/sysown/proxysql/blob/master/RUNNING.md).