diff --git a/index.html b/index.html old mode 100644 new mode 100755 index f831cab..2a9abca --- a/index.html +++ b/index.html @@ -13,35 +13,49 @@

Build your best resume ever!
-A collection of beautiful resumes build with LESS and Mustache Templates. Choose your favorite Curriculum Vitae and easily export it as pdf.
-
+ # best-resume-ever
+
+Build your best resume ever!
+
+A collection of beautiful resumes build with LESS and Mustache Templates. Choose your favorite Curriculum Vitae and easily export it as pdf.
+
+## Resumes
+
+
-
Follow these instructions to create your own CV:
-npm install.person.js./public/person.jpg with your portrait.npm start. Check out http://localhost:3000./less according to your needs.npm run pdf to generate all CVs as pdf. You will find the generated pdfs in /pdf.TODO
-TODO
-Feel free to create your own templates!
-Icons made by Vectors Market from www.flaticon.com is licensed by CC 3.0 BY
+
+
+## Install
+
+Follow these instructions to create your own CV:
+
+- Clone this repository.
+- Switch to project directory and run `npm install`.
+- Adjust your personal information in `person.js`.
+- Replace placeholder image `/public/person.jpg` with your portrait.
+- To preview your CV run `npm start`. Check out