diff options
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 ============ |