aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 1 insertions, 10 deletions
diff --git a/README.md b/README.md
index 7740973..6578eb8 100644
--- a/README.md
+++ b/README.md
@@ -23,16 +23,7 @@ docker run --rm -it \
klakegg/hugo:latest \
server -D
```
-
-# Build
-```bash
-hugo -D
-
-# Docker:
-docker run --rm -it \
- -v $(pwd):/src \
- klakegg/hugo:latest
-```
+Then go to `localhost:1313`.
# Publish
```bash