Skip to content

Commit eb45dd6

Browse files
Update README.md
1 parent a1f3231 commit eb45dd6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Bean blog
22

33
### Installation
4+
- Clone the repository.
5+
- In `bean-blog` run
6+
```
7+
git submodule init
8+
git submodule update
9+
```
410
- Install Go from https://go.dev/doc/install
511
- Install Hugo from https://gohugo.io/installation
612
- Run `hugo server`
713

8-
Uses the [Zen Theme](https://github.com/frjo/hugo-theme-zen/).
14+
This uses the [Zen Theme](https://github.com/frjo/hugo-theme-zen/).

0 commit comments

Comments
 (0)