Skip to content

Commit

Permalink
Update QuickStart instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
JeetShetty committed Apr 7, 2017
1 parent 8d7c6ab commit 77347c5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,13 @@ cp greenpithumb/wiring_config.ini.example greenpithumb/wiring_config.ini

## QuickStart Instructions

Run greenpithumb/greenpithumb.py and supply command-line flags for poll_interval, photo_interval, config_file, sleep_window, image_path, and db_file. Example below.
After running the above installation steps on your Pi, run GreenPiThumb with a command following the template below:

```bash
python greenpithumb/greenpithumb.py \
sudo python greenpithumb/greenpithumb.py \
--poll_interval 15 \
--photo_interval 240 \
--config_file "C:\GreenPiThumb\greenpithumb\config.ini" \
--sleep_window "23:15-07:00" \
--sleep_window "14:30-15:45" \
--image_path "C:\GreenPiThumb\greenpithumb\images" \
--db_file "C:\GreenPiThumb\greenpithumb\greenpithumb.db"
--image_path "images/"
```

0 comments on commit 77347c5

Please sign in to comment.