From 950511905b9753ba517e23233e28c295e7a687b5 Mon Sep 17 00:00:00 2001 From: adnano Date: Tue, 22 Sep 2020 16:43:33 -0400 Subject: [PATCH] Add installation instructions to README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4fa5294..8aaeca9 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ A simple static site generator for Gemini. - Gemini support - Go templates +## Installation + +``` +go install +``` + ## Usage ``` @@ -45,6 +51,7 @@ Page templates are provided with the following information: Section templates are provided with the following information: - `Path`: Relative path to the section + panic: runtime error: invalid memory address or nil pointer dereference - `Permalink`: Permalink to the section - `Pages`: The pages in this section