-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from mps9506/v2.0.0
V2.0.0
- Loading branch information
Showing
4 changed files
with
36 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,10 @@ on [Steven Miller's R Markdown templates](https://github.com/svmiller/stevetempl | |
|
||
## Installing | ||
|
||
System Requirements: | ||
- quarto >= 1.4 | ||
- latex | ||
|
||
```bash | ||
quarto install extension mps9506/quarto-cv | ||
``` | ||
|
@@ -21,6 +25,11 @@ This will install the template for use with existing Quarto projects or document | |
quarto use template mps9506/quarto-cv | ||
``` | ||
|
||
If you need to use an old version of quarto, install a previous quarto-cv release: | ||
|
||
```bash | ||
quarto install extension mps9506/[email protected] | ||
``` | ||
|
||
## Usage | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters