diff --git a/README.md b/README.md index a871ed4..138ead6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,18 @@ -CV -== +## Curriculum Vitæ Source code for my CV. Built using Middleman, SASS and CoffeeScript. Deploys to Github Pages. + +### Setup + +```sh +$ bundle install +$ bundle exec middleman +``` + +### Deploy + +```sh +$ bundle exec mgd +```