Skip to content

Commit

Permalink
fix(docs): add missing FontAwesome6 to README Migration section
Browse files Browse the repository at this point in the history
Signed-off-by: mintyfrankie <77310871+mintyfrankie@users.noreply.github.com>
  • Loading branch information
yunanwg committed Jan 25, 2025
1 parent 7ebaeb4 commit 91f3b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ With an existing CV project using the `v1` version of the template, a migration
4. For the module files in `/modules_*` folders:
1. Delete the old import `#import "../brilliant-CV/template.typ": *`, and replace it by the import statements in the new template files.
2. Due to the Typst path handling mecanism, one cannot directly pass the path string to some functions anymore. This concerns, for example, the `logo` argument in `cvEntry`, but also on `cvPublication` as well. Some parameter names were changed, but most importantly, **you should pass a function instead of a string (i.e. `image("logo.png")` instead of `"logo.png"`).** Refer to new template files for reference.
5. You might need to install `Roboto` and `Source Sans Pro` on your local system now, as new Typst package discourages including these large files.
5. You might need to install `Roboto`, `Source Sans Pro` and `Fontawesome6` on your local system now, as new Typst package discourages including these large files.
6. Run `typst c cv.typ` without passing the `font-path` flag. All should be good now, congrats!

Feel free to raise an issue for more assistance should you encounter a problem that you cannot solve on your own :)
Expand Down

0 comments on commit 91f3b85

Please sign in to comment.