From 229ec75e4d091050b54bab9bea57fe7b4ad1cec5 Mon Sep 17 00:00:00 2001 From: Yuan Alvin Fu Date: Sun, 20 Nov 2016 02:22:17 -0500 Subject: [PATCH] Update README.md (#643) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index fb1ffca..ee4b880 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,15 @@ To check the log: Check all the options via `-h`. You can also use a [Configuration] file instead. +### Usage with Config File + +[Create configeration file and run](https://github.com/shadowsocks/shadowsocks/wiki/Configuration-via-Config-File) + +To start: + + ssserver -c /etc/shadowsocks.json + + Documentation -------------