forked from data.coop/website
master -> main in README.md [ci skip]
This commit is contained in:
parent
7ba1a77f5c
commit
59ebb1338c
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue