Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
Updated README to explain --noclean
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Dec 9, 2014
1 parent 00b469a commit 1fbecc8
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,21 @@ From now on, you can run ```snapshot``` to create new screenshots of your app.

# Usage

Why should you have to remember complicated commands and parameters?
```
snapshot
```

Store your configuration in a text file to easily take screenshots from any computer.
To skip cleaning the project:
```
snapshot --noclean
```

## Snapfile

#### Why should you have to remember complicated commands and parameters?

Store your configuration in a text file to easily take screenshots from any computer.

Create a file called ```Snapfile``` in your project directory.
Once you created your configuration, just run ```snapshot```.

Expand Down

0 comments on commit 1fbecc8

Please sign in to comment.