From b5c388fcf77dc9f8d7d5c04420b86163cbe8daa1 Mon Sep 17 00:00:00 2001 From: Andy Wang Date: Mon, 12 Aug 2019 17:53:03 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6a3b38b..f6c89aa 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ Cloak provides multi-user support, allowing multiple clients to connect to the p This project is based on [GoQuiet](https://github.com/cbeuw/GoQuiet). Through multiplexing, Cloak provides a siginifcant reduction in webpage loading time compared to GoQuiet (from 10% to 50%+, depending on the amount of content on the webpage, see [benchmarks](https://github.com/cbeuw/Cloak/wiki/Web-page-loading-benchmarks)). +## Quick Start +To quickly deploy Cloak with Shadowsocks on a server, you can run this [script](https://github.com/HirbodBehnam/Shadowsocks-Cloak-Installer/blob/master/Cloak2-Installer.sh) written by @HirbodBehnam + ## Build If you are not using the experimental go mod support, make sure you `go get` the following dependencies: ```