From 0c264bb4215741108ebb0299427755069eb1c242 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 9 Jan 2017 13:25:54 +0200 Subject: [PATCH] README.md: Add GitHub flavored Markdown to code block --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d7bf17..9fac5f9 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ See the source code and structure of [picturingjordan.com](https://github.com/al ## Building (For Developers) This theme uses the [Bootstrap](https://getbootstrap.com/) framework. A static version of this is already included, but if you want to bump the version, tweak the style, etc, you'll need to rebuild the assets. Make sure you have NodeJS v4 or v6 installed, and then run the following from inside the theme's directory: -``` +```console $ npm install $ npm run build ```