Skip to content

Commit

Permalink
added 'launchctl load' to README
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Aug 7, 2011
1 parent 75a63e1 commit 08b4f4a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -6,7 +6,7 @@ Requirements
------------
* node.js -- `brew install node`
* [paid 1$ per month Instapaper subscription for full api access](http://www.instapaper.com/subscription)
* OSX Lion if you want more than multiple languages
* OS X Lion *for international language support*

Configuration
-------------
Expand All @@ -31,8 +31,9 @@ Create your podcast

### run in the background using launchd

`cp instapaper2podcast.plist ~/Library/LaunchAgents/instapaper2podcast.plist`
adjust the path in `~/Library/LaunchAgents/instapaper2podcast.plist`
1. `cp instapaper2podcast.plist ~/Library/LaunchAgents/instapaper2podcast.plist`
2. adjust the path in `~/Library/LaunchAgents/instapaper2podcast.plist`
3. `launchctl load ~/Library/LaunchAgents/instapaper2podcast.plist`

The program will be executed every 20 minutes and check for new Instapaper articles.
Logging goes to `system.log` you can monitor using `Console.app`
Expand Down

0 comments on commit 08b4f4a

Please sign in to comment.