Skip to content

Commit

Permalink
docs(README): Add global install instructions.
Browse files Browse the repository at this point in the history
 * Add install instructions using macOS `install` command.
 * Simplify usage instructions.
  • Loading branch information
alvaropinot committed Jul 1, 2018
1 parent 3f4a861 commit 36c8b36
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <name-of-the-file-or-folder>
$ nocloud <name-of-the-file-or-folder>
```

**Example** If you dont want to sync your (>200MB) *node_modules* folder:
```sh
$ ./nocloud.sh node_modules
$ nocloud node_modules
```

## Tests
Expand Down

0 comments on commit 36c8b36

Please sign in to comment.