From f42bc5bf5995c3c1ee3ece3caaddba80e145fc3d Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sun, 30 Aug 2015 20:25:56 +0200 Subject: [PATCH] add instruction for global installation --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 07298e6..25dc657 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,9 @@ Before running or building it is recommended that you configure the server in co Or try our autoupdating flying-squid server [autonomous-squid](https://github.com/mhsjlw/autonomous-squid) +You can also install flying-squid globally with `sudo npm install -g flying-squid` +and then run it with `flying-squid` command. + ## Documentation Documentation for how to operate and how to customize your server are coming soon!