Skip to content

Commit 2412512

Browse files
committed
Update README.md
1 parent e13648e commit 2412512

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,18 @@ CRC Blog
22
--------
33

44

5-
## Build
6-
```shell
5+
This is the source of the CRC blog. Content is written in markdown files and the output is generated using Hugo.
6+
7+
8+
## Usage instructions
9+
There are different ways to build the output on this repository.
10+
11+
### Build using container
12+
The simplest way to generate the output is as follows:
13+
14+
```bash
715
$ git clone https://github.com/crc-org/blog
816
$ cd blog
9-
$ git submodule update
17+
$ git submodule update --init
1018
$ podman run --rm -v $PWD:/workspace ghcr.io/gbraad-redhat/hugo:0.127.0 --minify
11-
```
19+
```

0 commit comments

Comments
 (0)