From 0bf232c64ff36bd51a7d9e7e8c070d747768e9c1 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 23 May 2017 00:16:03 -0400 Subject: [PATCH] readme update --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0436e3a2..c4840895 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,15 @@ The bitwarden help center project is written using Jekyll, which is hosted/deplo # Build/Run **Requirements** + +- Node.js +- Gulp - [Ruby](https://www.ruby-lang.org/) - [Jekyll](https://jekyllrb.com/) Run the following commands: +- `npm install` +- `gulp build` - `jekyll build` - `jekyll serve`