Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
diequeiroz committed Feb 5, 2016
1 parent 3658463 commit bcc3758
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# start-chromecast-CLI

Thanks [@balloob](https://github.com/balloob) for [balloob/pychromecast](https://github.com/balloob/pychromecast)
### Install:
```pip install startcast```

## Usage:
```startcast CHROMECAST_FRIENDLY_NAME APP_ID```
```
startcast [options] [action]
Actions:
start [CHROMECAST_FRIENDLY_NAME] [APP_ID] - Start application on chromecast
list - list all chromecasts on network
Options:
-h, --help show this help message and exit
-f, --force Force application to start when chromecast is already running
other application
```

0 comments on commit bcc3758

Please sign in to comment.