diff --git a/README.md b/README.md new file mode 100644 index 000000000..ca16543fb --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +### Installation + +``` +gem install bundler +bundle install + +# run local webserver with jekyll +bundle exec jekyll serve —verbose +```