aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8f7340a..090d474 100644
--- a/README.md
+++ b/README.md
@@ -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.