master -> main in README.md [ci skip]

This commit is contained in:
Sam A. 2023-07-30 00:01:09 +02:00
parent 7ba1a77f5c
commit 59ebb1338c
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ Running with Docker
In `docker-compose.yml`, we have specified a `serve` target which you can run locally like this:
``` {.sourceCode .bash}
```bash
docker-compose up serve
```
@ -25,7 +25,7 @@ file an issue!
Example recipe
``` {.sourceCode .bash}
```bash
# Fetch .deb from Github
wget https://github.com/gohugoio/hugo/releases/download/v0.80.0/hugo_extended_X.Y.Z_Linux-64bit.deb -O hugo_extended.deb
@ -45,7 +45,7 @@ hugo server
Deploying the site
------------------
Simply pushing to `master` in our main repo at
Simply pushing to `main` in our main repo at
<https://git.data.coop/data.coop/website/> will trigger a
build-and-deploy of the website.