From c668f44c6839c82155ee3d6924adebf350d57219 Mon Sep 17 00:00:00 2001 From: netroby Date: Mon, 19 Feb 2018 01:22:57 +0800 Subject: [PATCH] Update README.md (#1042) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 99b669e..d87232a 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,11 @@ CentOS: yum install python-setuptools && easy_install pip pip install git+https://github.com/shadowsocks/shadowsocks.git@master +For CentOS 7, if you need AEAD ciphers, you need install libsodium +``` +dnf install libsodium python34-pip +pip3 install git+https://github.com/shadowsocks/shadowsocks.git@master +``` Linux distributions with [snap](http://snapcraft.io/): snap install shadowsocks