1
0
mirror of https://github.com/danbee/cv synced 2025-03-04 08:59:12 +00:00

Add instructions to README

This commit is contained in:
Daniel Barber 2017-02-04 19:12:08 +00:00
parent 0aa5ec5bb8
commit 5ad0a26aa4
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -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
```