-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update default fonts to Computer Modern family (#1)
* Update default fonts to Computer Modern family * Add requirements and installation instructions * Add link to CMU font
- Loading branch information
Showing
2 changed files
with
19 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
# Defer Panic CLI | ||
|
||
Toolkit for managing Defer Panic articles and other stuff. | ||
|
||
## Requirements | ||
|
||
* [pandoc](https://pandoc.org) | ||
* xelatex (for exporting to PDF) | ||
* [Computer Modern Unicode fonts](https://cm-unicode.sourceforge.io/index.html) (if you want to use them for exporting to PDF) | ||
|
||
## Install | ||
|
||
Go to Releases page and download archive with latest version for your platform. | ||
|
||
If you want to build Defer Panic CLI manually, make sure you have Go 1.19+ on your machine, then run: | ||
|
||
```shell | ||
go install github.com/defer-panic/dp-cli@latest | ||
``` | ||
|
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