From 82886fb002eb729c743d851b2ba50055d650863c Mon Sep 17 00:00:00 2001 From: minty_frankie <77310871+mintyfrankie@users.noreply.github.com> Date: Mon, 7 Aug 2023 21:04:37 +0200 Subject: [PATCH] docs: update README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 144197b..beb12dc 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,12 @@ You can either directly create a new repository by using this template, or you might want to add the submodule repository and build up your own Typst project. -**Method 1: Jumpstart by clicking `Use this template`** +**Method 1: Jumpstart by clicking `Use this template` and create your own CV repository** -**Method 2: Add the ![submodule repository](https://github.com/mintyfrankie/awesomeCV-Typst-Submodule awesomeCV) to your existing project** +When compiling, use: `typst compile ./cv.typ ./output/CV.pdf --font-path ./src/fonts/` + + +**Method 2: Add the [submodule repository](https://github.com/mintyfrankie/awesomeCV-Typst-Submodule) to your existing project** ```bash cd your/CV/project