From 36c8b362e96a79c957a72347202073a54db3f8ca Mon Sep 17 00:00:00 2001 From: Alvaro Pinot Date: Sun, 1 Jul 2018 01:10:41 -0400 Subject: [PATCH] docs(README): Add global install instructions. * Add install instructions using macOS `install` command. * Simplify usage instructions. --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4d21ca..e769ea8 100644 --- a/README.md +++ b/README.md @@ -26,15 +26,21 @@ Make it executable by running: $ chmod +x nocloud.sh ``` +or install it globally by running: + +```sh +$ install nocloud.sh /usr/local/bin/nocloud +``` + Stop syncing any file or folder by running: ```sh -$ ./nocloud.sh +$ nocloud ``` **Example** If you dont want to sync your (>200MB) *node_modules* folder: ```sh -$ ./nocloud.sh node_modules +$ nocloud node_modules ``` ## Tests