Skip to content

Commit

Permalink
Doc tweak, add global run
Browse files Browse the repository at this point in the history
  • Loading branch information
davebalmer committed Jan 10, 2016
1 parent a438cdf commit e56d222
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ npm i

## Run

Globaly:

```sh
sniplicity -i in_dir -o out_dir
```

or locally:

```sh
node sniplicity.js -i in_dir -o out_dir
```
Expand All @@ -54,7 +62,7 @@ In the future, **sniplicity** should also accept single files to process to make
|------|-------|---------|
| --in | -i | Input (source) directory |
| --out | -o | Output (destination) directory |
| --watch | -w | Watch the `in` directory and your project when one or more of them change.
| **--watch** | **-w** | Watch the `in` directory and your project when one or more of them change.
| --verbose | -v | Increase the **sniplicity** inner-monologue. |
| --help | -h | Help! |

Expand Down

0 comments on commit e56d222

Please sign in to comment.