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`