Commit Graph

26 Commits

Author SHA1 Message Date
Alan Orth 2538c74dcc
README.md: Fix image name 2021-04-14 11:49:37 +03:00
Alan Orth 0beccd9e88
README.md: Fix sample image
I moved this repository from GitHub and the syntax for images is
different.
2021-04-14 11:48:09 +03:00
Jason Rogena 3f41c6bb60 Fix "prerequisites" typo in README
Seems prerequisites in the main README file has a typo. This commit
fixes that.

Signed-off-by: Jason Rogena <jason@rogena.me>
2019-10-14 23:53:53 +03:00
Jason Rogena e70b3d9ecd
Add texlive-fontsextra to Archlinux prerequisites
Add texlive-fontsextra to the list of installed packages on Archlinux.
I get the following error if the package is not installed when I try to
build the PDF using "make":

  LaTeX Error: File `fontawesome.sty' not found.

Tested using the archlinux/base:latest Docker image. The command I ran
before building the PDF is:

  pacman -Sy texlive-core texlive-latexextra make

Then tried build the PDF by running:

  make clean
  make

After I got the error above, I installed texlive-fontsextra using:

  pacman -Sy texlive-fontsextra

Then tried to build again. The build worked OK the second time. The
generated PDF also had the right fontawesome icons.

Before installing texlive-fontsextra, I had tried just installing the
fontawesome package using:

  pacman -Sy ttf-font-awesome

I, however, got the same error when I tried to build the PDF after.

Signed-off-by: Jason Rogena <jason@rogena.me>
2019-10-13 17:45:44 +03:00
Alan Orth 89ef5724ef
README.md: Update macOS instructions
It seems that moderncv and its fontawesome dependency are available in
the repository, so we should just install it from there.
2018-01-14 14:15:03 +02:00
Alan Orth fb64667df7
README.md: Update BasicTex for 2017 2018-01-14 14:05:01 +02:00
Alan Orth 2bda2f8493
README.md: Update notes for Mac OS X setup 2016-12-22 14:54:26 +02:00
Alan Orth c6ea24e0a9
README.md: Use a real arrow 2016-12-22 10:24:53 +02:00
Alan Orth 627707aa2c
README.md: Update Mac OS X instructions for 2016 2016-12-22 10:23:42 +02:00
Alan Orth 4f2f70e027
README.md: Adjust headings
I originally made these effectively <h2> headers because I didn't
want to compete with the GitHub headings when the file was viewed
on their web interface. As it turns out, GitHub renders this in an
HTML5 article tag, which sits in its own world on the page, so it
shouldn't matter.

Signed-off-by: Alan Orth <alan.orth@gmail.com>
2016-03-28 12:19:16 +03:00
Alan Orth 1bd993dd37 README.md: Update Mac OS X instructions to create parent directories 2015-07-13 00:21:18 +03:00
Alan Orth 144078dfd6 README.md: Update Mac OS X instructions for TeX Live 2015 2015-07-13 00:20:34 +03:00
Alan Orth 91085c8f10
README.md: Add Mac OS X build instructions
Signed-off-by: Alan Orth <alan.orth@gmail.com>
2015-06-12 15:20:34 +03:00
Alan Orth bac8517a6b
README.md: Use spaces instead of tabs for indent
Signed-off-by: Alan Orth <alan.orth@gmail.com>
2015-06-12 15:07:02 +03:00
Alan Orth 606a69c95f
README.md: Clean up some copiuous whitespace
Signed-off-by: Alan Orth <alan.orth@gmail.com>
2015-06-11 23:08:35 +03:00
Alan Orth 43dc9f3d30
README.md: Add prompts to shell code snippets
Signed-off-by: Alan Orth <alan.orth@gmail.com>
2015-06-11 23:05:41 +03:00
Alan Orth e4edc3cc5c
README.md: Fix typo
Signed-off-by: Alan Orth <alan.orth@gmail.com>
2015-06-11 23:04:16 +03:00
Alan Orth fc4186fa33
README.md: Use relative link for screenshot
Signed-off-by: Alan Orth <alan.orth@gmail.com>
2015-06-11 23:03:56 +03:00
Alan Orth 430f22a17d
README.md: Adjust headings
When rendered in GitHub the most-prominent element on the page
should be an H1, so let's start at H2.

Signed-off-by: Alan Orth <alan.orth@gmail.com>
2015-06-11 23:00:03 +03:00
Alan Orth a459a68d16
README.md: Clean up
Remove some extra blank lines as well as manually-wrapped lines.

Signed-off-by: Alan Orth <alan.orth@gmail.com>
2014-12-20 19:39:44 +02:00
Njagi Mwaniki dca3d47ea2 Added installation instructions for ubuntu 2013-10-28 01:42:16 +03:00
Alan Orth 982f7e982e README.md: Add build instructions for Fedora 2013-10-25 11:51:31 +03:00
Alan Orth 1898771e84 README.md: Add preview of CV 2013-05-09 23:05:04 +03:00
Alan Orth 747e5eb937 README.md: Clean up README
Bold a few items and remove linebreak from paragraph (github wraps
automatically, so no need to do it myself).
2012-12-19 12:59:04 -08:00
Alan Orth 3b0ec05c0f README.md: Add pre-reqs for building 2012-12-19 12:56:24 -08:00
Alan Orth d3b33216df README -> README.md 2012-12-04 10:11:53 +03:00