summaryrefslogtreecommitdiff
path: root/content/posts/hugo-extended-centos-7.md
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2019-04-16 20:02:22 +0200
committerChristoph Cullmann <cullmann@kde.org>2019-04-16 20:02:22 +0200
commit0f4dd90e39531c102db23500154ff0c76928e0d7 (patch)
treeee939c13c489fa103e9337172fc703a6b1244a55 /content/posts/hugo-extended-centos-7.md
parent4bce2c1d8603808030fcfcd99807d579e3ef9291 (diff)
fix shell commands
Diffstat (limited to 'content/posts/hugo-extended-centos-7.md')
-rw-r--r--content/posts/hugo-extended-centos-7.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/hugo-extended-centos-7.md b/content/posts/hugo-extended-centos-7.md
index b510ee8..06eb30e 100644
--- a/content/posts/hugo-extended-centos-7.md
+++ b/content/posts/hugo-extended-centos-7.md
@@ -18,7 +18,7 @@ To make it easier for others, to do so, just:
* install golang + gcc-c++ on your CentOS 7
* download https://github.com/gohugoio/hugo/archive/v0.54.0.tar.gz
-* execute in the source directory "go install -tags extended"
+* execute in the source directory `go install -tags extended`
* grab the result binary in your ~/go directory
If you need a pre-compiled one, on your own risk, use the one in my git, https://github.com/christoph-cullmann/cullmann.io.