Improve README
This commit is contained in:
parent
cd51bd6102
commit
ad9352b2dd
|
@ -25,8 +25,7 @@ The static version of the website is created under 'site.static'.
|
||||||
|
|
||||||
The whole process can be automatized if you create a Makefile like this in your working directory:
|
The whole process can be automatized if you create a Makefile like this in your working directory:
|
||||||
|
|
||||||
```
|
```make
|
||||||
$ cat Makefile
|
|
||||||
all:
|
all:
|
||||||
sw /path/to/site
|
sw /path/to/site
|
||||||
rsync -avz site.static/ foo.org:/path/to/wwwroot/
|
rsync -avz site.static/ foo.org:/path/to/wwwroot/
|
||||||
|
|
Loading…
Reference in New Issue