pnbp

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 0b74fd72aca50925c6c50877f2d7a9ac8ca27a54
parent 37e83de2aa66b1b8db44059bc960eaeaff18a21a
Author: Paul Longtine <paullongtine@gmail.com>
Date:   Tue Jul 15 20:47:05 2014

exactly why I hate readme's
Diffstat:
 README.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md @@ -5,8 +5,6 @@ pnbp is a simple, scriptable and extendable platform to generate static websites I can't possibly use someone elses software for static website generation, so I made my own. -*** - #Installing ##Dependencies: @@ -17,13 +15,15 @@ I can't possibly use someone elses software for static website generation, so I ##How to install - # Clone the repository - $ git clone https://github.com/bannana/pnbp.git - - $ cd pnbp - # Install pnbp - $ sudo sh install.sh +```bash +# Clone the repository +$ git clone https://github.com/bannana/pnbp.git +$ cd pnbp +# Install pnbp +$ sudo sh install.sh +``` + #Basic usage In the directory of a configured site, run the `build` command to generate the site into the `site/` directory.