diff --git a/resume.md b/README.md similarity index 100% rename from resume.md rename to README.md diff --git a/buildresume.sh b/buildresume.sh index 59653fc..2a793c1 100755 --- a/buildresume.sh +++ b/buildresume.sh @@ -1,2 +1,2 @@ #!/bin/sh - cat htmlheader > index.html && Markdown.pl resume.md >> index.html && cat htmlfooter >> index.html + cat htmlheader > index.html && Markdown.pl README.md >> index.html && cat htmlfooter >> index.html