Skip to content

Commit

Permalink
Update READMe, usage
Browse files Browse the repository at this point in the history
  • Loading branch information
loomchild committed Nov 15, 2015
1 parent 2eb7d72 commit 6d24922
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ However, the version shipped by default is not complete, sometimes it's better t

## Usage

Usage
Example usage:

./cv.sh example-cv.html css/example.css css/example-company.css
./cv.sh example-cv.html css/medium.css css/example-company.css

This will generate example-cv.pdf file in current directory.

Expand Down
5 changes: 3 additions & 2 deletions css/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*
# Except
!.gitignore
!example.css
!example-company.css
!cv.css
!full.css
!medium.css

2 changes: 1 addition & 1 deletion cv.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function usage {
echo "usage: cv.sh <file> <style> <custom-style>"
echo "usage: cv.sh <file> <style>...
exit
}
Expand Down

0 comments on commit 6d24922

Please sign in to comment.