From 1c2492456b832dfa199c34efb2cdbbb8e5fef46c Mon Sep 17 00:00:00 2001 From: w0rp Date: Mon, 20 Nov 2023 01:02:39 +0000 Subject: [PATCH] Update documentation --- README.md | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 7798f72..821f586 100644 --- a/README.md +++ b/README.md @@ -9,18 +9,15 @@ those who need it. ## Development -[Install Hugo](https://gohugo.io/installation/) via any means appropriate for -your system. There are packages available for every major Linux distribution, -for example. Make sure you have [git](https://git-scm.com/) and -[Git LFS](https://git-lfs.com/) installed. - -Once tools are installed, simply run `hugo server` to see a live development -version of the website. You can run `hugo` to build a `public` directory you -can `rsync` or otherwise copy and serve via nginx or Apache. See the rest of the -[Hugo documentation] for knowledge on how to build sites with Hugo. - -For example, you might `rsync` the files like so: +Use Docker to run the site with [Hugo](https://gohugo.io/installation/). +[Docker Desktop](https://www.docker.com/products/docker-desktop/) is the easiest +to use on all platforms. ``` -rsync -auv public/ user@hostname:~/denseanalysis-org/ +docker compose up ``` + +The site will be built into the `public` directory, which can be served via +nginx or Apache. See the rest of the +[Hugo documentation](https://gohugo.io/documentation/) +for knowledge on how to build sites with Hugo.