aboutsummaryrefslogtreecommitdiffstats
path: root/docs/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/README.md b/docs/README.md
index 362f76e..eaef124 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,5 +1,9 @@
-# DevOps Knowledgebase
+# DevOps documentation
-## Local Development
+This directory houses our DevOps documentation, written using
+[Hugo](https://gohugo.io).
-Run `bundle install` to install dependencies, then `bundle exec jekyll serve --config _config.yml,_config_dev.yml` to start locally.
+To test changes to it locally, run `hugo serve` and follow the link displayed
+on your Terminal. To generate all files, just run `hugo`.
+
+<!-- vim: set textwidth=80 sw=2 ts=2: -->