Skip to content

Commit

Permalink
Update readme with growl notification enabling/disabling.
Browse files Browse the repository at this point in the history
  • Loading branch information
choptastic committed Dec 9, 2011
1 parent f86a99b commit 4448dd5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.markdown
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -47,5 +47,16 @@ Errors:


![Compilation errors image.](http://rusty.io.s3.amazonaws.com/sync/sync_03.png) ![Compilation errors image.](http://rusty.io.s3.amazonaws.com/sync/sync_03.png)


### Disabling Growl Notifications


If you find the Growl/notify-send notifications annoying, you can choose to disable them with two ways:


#### 1) As an environment variable called from the command line:

-sync growl false
-sync growl true #this is the default

#### 2) From within the Erlang shell:

sync:growl(true). % Enable notifications
sync:growl(false). % Disable notifications

0 comments on commit 4448dd5

Please sign in to comment.