diff options
author | Joe Robinson <joe@lc8n.com> | 2014-07-21 18:35:31 +0100 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2014-07-21 18:35:31 +0100 |
commit | 90828c57e4eaf5cf05dc74ebe69139d5ab64e789 (patch) | |
tree | 6fe6dc4e88e97e65745a536d02eca3a51e3f3b63 /README.md | |
parent | 04f1da60ad94e92a41eb3b572a469e8b784471d6 (diff) |
Updated readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -15,19 +15,19 @@ browser. Just go to http://p.of.je, type/paste text into the form, and press submit. It will then take you to a page with your text on a page with a short URL. -Can also be used with [pastebinit](https://launchpad.net/pastebinit) , +It an also be used with [pastebinit](https://launchpad.net/pastebinit) , which should be available in the package managers of most Linux distros. After installing pastebinit, copy the p.of.je.conf file into /usr/share/pastebin.d -Pastebinit then can be used with -b p.of.je, e.g - +Pastebinit can then be used with with the option -b p.of.je, e.g - df -h | pastebinit -b http://p.of.je -Will copy the output of df -h to http://p.of.je, then return the URL -where it can be viewed +This will copy the output of df -h to http://p.of.je, then return the URL +where it can be viewed. -Alternatively, host it yourself +You can set up your own instance of this on any HTTP server running PHP. Installation ============ |