From 0f4dd90e39531c102db23500154ff0c76928e0d7 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Tue, 16 Apr 2019 20:02:22 +0200 Subject: [PATCH] fix shell commands --- content/posts/hugo-extended-centos-7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.