commit 7875fb52922068045838222a5d1c7429ba6a494b
parent d06930708777e4e052daa96f628529c86103b3eb
Author: Remy Noulin <loader2x@gmail.com>
Date: Tue, 9 Jun 2020 20:56:02 +0200
add instructions for installing forb with spm
README.md | 8 ++++++++
1 file changed, 8 insertions(+)
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -7,6 +7,14 @@ Forb is a blogging system using configurations similar to [jekyll](https://jekyl
The source code is available at [forb git](https://noulin.net/forb)
+# Install
+
+Forb is built with [sheepy](https://spartatek.se/r/sheepy), so it needs to be installed first.
+
+Then run:
+
+ spm -g install forb
+
# Configuration
The site configuration is located in `_config.yml`. The default `_config.yml` is created in the directory where `forb new` was executed.