From 76b0310c7d59cf57b0bc0478f1ba9c8202c9f0b7 Mon Sep 17 00:00:00 2001 From: Robin Winslow Morris Date: Wed, 16 Aug 2023 14:23:00 +0100 Subject: [PATCH] Fix typo (thanks @chybz) --- _articles/moderncv.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_articles/moderncv.md b/_articles/moderncv.md index 5b1b6ef..932645d 100644 --- a/_articles/moderncv.md +++ b/_articles/moderncv.md @@ -38,7 +38,7 @@ Now clone the ModernCV project and build the template CV to check it's working: ``` bash git clone https://github.com/moderncv/moderncv # Get the code -cv moderncv # Enter the project +cd moderncv # Enter the project latexmk -pdf ./template.tex # Build the template ```