aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-03-01 22:17:44 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-03-01 22:17:44 +0100
commit6178c73f98cf2f3ffbac94115a07af3ae62a0b01 (patch)
tree96ff1898a2493fdbaa39f1b641e2bc50fac7b079 /README.md
parenta8e6e0952b6edcd1282f9f2221e0d4fbb463d0fe (diff)
downloadsite-6178c73f98cf2f3ffbac94115a07af3ae62a0b01.tar.gz
site-6178c73f98cf2f3ffbac94115a07af3ae62a0b01.zip
Migrate to pug
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2e45f3e..2716d97 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,10 @@
# site
-deuxfleurs.fr \ No newline at end of file
+deuxfleurs.fr
+
+## Building
+
+```
+sudo npm install -g pug
+sudo npm install -g jstransformer-markdown-it
+```