Replies: 2 comments
-
Thanks for this. I think I do need to create some sort of "build" instruction for different platforms and maybe add more scripts to help this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
There's now new scripts you can use to easily install |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm going to post my step-by-step novice instructions here in case I forget, as it was a bit harder for me to figure out how to install this initially since I'd never used Typst before. For windows you can probably just use the bundled installer script but I couldn't figure that out on Mac.
Install modern-cv locally on a mac
Install typst and fonts
brew install typst
Install modern-cv
modern-cv-0.6.0
~/Library/Application Support
(e.g., open finder, select 'go' in the menubar, 'go to folder' and paste that in)typst
, open that folder and create a new folder calledpackages
, open that and create a new folder calledlocal
local
, create a new folder calledmodern-cv
, and finally, inside there, create one last folder named with the release number that you downloaded, for example0.6.0
./Users/[your user name]/Library/Application Support/typst/packages/local/modern-cv/0.6.0
modern-cv-0.6.0
that you downloaded and extracted earlier into this new0.6.0
folder.Customize the template
Use your new customized template
#import "@local/modern-cv:0.6.0": *
by using '@Local' it tells it to use the template that we set up locally.I'm sure there's easier and more efficient was of doing this, and hopefully this helps.
Beta Was this translation helpful? Give feedback.
All reactions