Skip to content

Commit

Permalink
Updated readme with instructions on update task of siriproxy bin.
Browse files Browse the repository at this point in the history
  • Loading branch information
plamoni committed Nov 29, 2011
1 parent c403cde commit 15eb4cc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Expand Up @@ -83,6 +83,20 @@ Note: on some machines, rvmsudo changes "`~`" to "`/root/`". This means that you

`sudo ln -s ~/.siriproxy /root/.siriproxy`

**Updating SiriProxy**

Once you're up and running, if you modify the code, or you want to grab the latest code from GitHub, you can do that easily using the "siriproxy update" command. Here's a couple of examples:

`siriproxy update`
Installs the latest code from the [master] branch on GitHub.

`siriproxy update /path/to/SiriProxy`
Installs the code from /path/to/SiriProxy

`siriproxy update -b gemify`
Installs the latest code from the [gemify] branch on GitHub


FAQ
---

Expand Down

0 comments on commit 15eb4cc

Please sign in to comment.