diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,10 +18,10 @@ This project includes a build script that builds the website. ./build.sh ``` -It also includes a wrapper around the build script that automatically configures my Debian/Nginx server, builds the website and publishes it. +It also contains a wrapper around the build script that automatically publishes the website when the server is configured using `run.sh` (which yours probably isn't) ```sh -./run.sh +./pub.sh ``` Please note that you should place static content (such as images you link to) in `./dir/`. anything in `./dir/` will get copied without any modification to the `./web/` directory, which will be the root of your web page. |