diff options
author | Kevin Chabowski <kevin@kch42.de> | 2014-05-01 14:31:26 +0200 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2014-05-01 14:33:15 +0200 |
commit | 8417e8d7bbf37ac0ac25fc4915131e93ea2bcdcc (patch) | |
tree | 62addea43d66e1dec1f8ebd1efc6184de8c28830 /README.markdown | |
parent | a1b3afb58145cfcda6b206bcbab833fafbc7c55d (diff) | |
download | startpage-8417e8d7bbf37ac0ac25fc4915131e93ea2bcdcc.tar.gz startpage-8417e8d7bbf37ac0ac25fc4915131e93ea2bcdcc.tar.bz2 startpage-8417e8d7bbf37ac0ac25fc4915131e93ea2bcdcc.zip |
Added link to save current earthporn
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index ccf2d1c..74f1feb 100644 --- a/README.markdown +++ b/README.markdown @@ -30,6 +30,14 @@ Example: add-link go http://www.golang.org add-link another\ example http://www.example.org +### `set-earthporn-savepath` + +Sets the diretory to save EarthPorn images to. + +Example: + + set-earthporn-savepath /home/foobar/Pictures/earthporn + ## Running If `$GOPATH/bin` is in your `$PATH`, you can run startpage with the command `startpage`. By default, startpage listens on port 25145. You can change that with a command line switch: `startpage -laddr :<port>`
\ No newline at end of file |