From ed6c93e7a89ea2dc1dd7017e4c553059341cd079 Mon Sep 17 00:00:00 2001 From: "webhippie[bot]" Date: Mon, 16 Sep 2024 08:17:53 +0000 Subject: [PATCH] deploy: 34733fc2bf1935ffa1c63f06e9199ef751b023f8 --- index.html | 2 +- index.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 66ce79c..bc38ba1 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + diff --git a/index.xml b/index.xml index 3668998..d4dd244 100644 --- a/index.xml +++ b/index.xml @@ -27,7 +27,7 @@ https://webhippie.github.io/templater/building/ Tue, 03 May 2022 00:00:00 +0000 https://webhippie.github.io/templater/building/ - <p>As this project is built with Go you need to install Go first. The installation of Go is out of the scope of this document, please follow the <a href="https://golang.org/doc/install">official documentation</a>. After the installation of Go you need to get the sources:</p> <div class="highlight"><pre tabindex="0" class="chroma"><code class="language-txt" data-lang="txt"><span class="line"><span class="cl">git clone https://github.com/webhippie/templater.git </span></span><span class="line"><span class="cl">cd templater/</span></span></code></pre></div> <p>All required tool besides Go itself are bundled by Go modules, all you need is part of the <code>Makfile</code>:</p> + <p>As this project is built with Go you need to install Go first. The installation of Go is out of the scope of this document, please follow the <a href="https://golang.org/doc/install">official documentation</a>. After the installation of Go you need to get the sources:</p> <div class="highlight"><pre tabindex="0" class="chroma"><code class="language-txt" data-lang="txt"><span class="line"><span class="cl">git clone https://github.com/webhippie/templater.git </span></span><span class="line"><span class="cl">cd templater/</span></span></code></pre></div> <p>All required tool besides Go itself are bundled by Go modules, all you need is part of the <code>Makfile</code>:</p> <div class="highlight"><pre tabindex="0" class="chroma"><code class="language-txt" data-lang="txt"><span class="line"><span class="cl">make generate build</span></span></code></pre></div> <p>Finally you should have the binary within the <code>bin/</code> folder now, give it a try with <code>./bin/templater -h</code> to see all available options.</p> License