Update README (again) oops

This commit is contained in:
Gabriel Simmer 2018-03-10 15:36:12 -08:00
parent e9e2bfa4aa
commit d60e466aff

View file

@ -12,8 +12,6 @@ Not Done My Website is a little utility for generating index page placeholders b
## Running ## Running
Right now, you need to have an instance of PHP running. This will change during the rewrite, use `master` branch for stability.
Clone the repository to your webserver. Clone the repository to your webserver.
``` ```
@ -32,6 +30,4 @@ Custom templates belong in the `templates/` folder and should be entirely self c
|---|---| |---|---|
| rep_SURL | URL of the website | | rep_SURL | URL of the website |
| rep_SNAME | Name of the website | | rep_SNAME | Name of the website |
| rep_DEVNAME | Name of the developer/designer | | rep_DEVNAME | Name of the developer/designer |
| rep_PCOLOUR | Primary colour (hex value)|
| rep_SCOLOUR | Secondary colour (hex value) |