diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -22,7 +22,7 @@ After installing pastebinit, copy the p.of.je.conf file into Pastebinit then can be used with -b p.of.je, e.g - -df -h | pastebinit -b http://p.of.je + 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 @@ -35,15 +35,15 @@ Installation Requirements ------------ -PHP (Tested with 5.5, assumed to work with any recent version) -An HTTP Server (Tested with Apache 2.2) +- PHP (Tested with 5.5, assumed to work with any recent version) +- An HTTP Server (Tested with Apache 2.2) Instructions ------------ -Clone this repository into a directory -Configure your HTTP server so that the directory can be accessed via a +- Clone this repository into a directory +- Configure your HTTP server so that the directory can be accessed via a browser -Ensure the HTTP server has write access to the directory -Navigate to the directory in your browser, then follow the usage +- Ensure the HTTP server has write access to the directory +- Navigate to the directory in your browser, then follow the usage instructions above
\ No newline at end of file |