Skip to content

Commit d708d2c

Browse files
authored
Update README.md
1 parent 1b7eddf commit d708d2c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# md-cv
22

3-
My markdown CV, which currently looks something like [this](http://blm.io/cv/), see this [blog post](http://blm.io/blog/markdown-academic-cv/) for details.
3+
A jekyll-based markdown CV, which currently looks something like [this](http://blm.io/cv/), see this [blog post](http://blm.io/blog/markdown-academic-cv/) for details. Forked from the (great) markdown CV of [elipapa](https://github.com/elipapa/markdown-cv).
44

5-
### How to run
6-
7-
A (jekyll-based) markdown CV tweaked slightly from the great design by [elipapa](https://github.com/elipapa/markdown-cv) (see their [blog post](http://www.eliseopapa.org/workflow/2012/09/20/why-i-switched-to-markdown-for-my-cv/)).
5+
### How to use
86

97
To build, clone the repo and run jekyll:
108

@@ -13,8 +11,9 @@ git clone git://github.com/blmoore/md-cv
1311
cd md-cv/
1412
jekyll serve
1513
```
14+
(You may need to [install jekyll](https://jekyllrb.com/docs/installation/).)
1615

17-
Then point your browser at [0.0.0.0:4000](0.0.0.0:4000).
16+
Then point your browser to [0.0.0.0:4000](http://0.0.0.0:4000).
1817

1918
### HTML version
2019

0 commit comments

Comments
 (0)