Skip to content

Commit

Permalink
resolves publiclab#184
Browse files Browse the repository at this point in the history
  • Loading branch information
tech4GT committed Feb 21, 2018
1 parent 27ee18b commit e642b78
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,16 @@ $ ./index.js -i [PATH] -s "brightness" -d '{"brightness":50}'
```
Or the values can be given through terminal prompt like

<img width="1436" alt="screen shot 2018-02-14 at 5 18 50 pm" src="https://user-images.githubusercontent.com/25617855/36202790-3c6e8204-11ab-11e8-9e17-7f3387ab0158.png">


The CLI is also chainable with other commands using `&&`

```
sequencer -i <Image Path> -s <steps> && mv <Output Image Path> <New path>
```

## Classic Usage

### Initializing the Sequencer
Expand Down

0 comments on commit e642b78

Please sign in to comment.