File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ # just use cargo
2+ build : system-info
3+ cargo build
4+
5+ system-info :
6+ @ echo " Running on {{ arch ()}} /{{ os_family ()}} /{{ os ()}} "
Original file line number Diff line number Diff line change @@ -6,12 +6,20 @@ You can generate the PDF using:
66latexmk -pdfxe -xelatex=" xelatex --shell-escape %O %S" report
77```
88
9- or, if you have ` cargo ` :
9+ or, if you have [ ` cargo ` ] ( https://doc.rust-lang.org/cargo/ ) :
1010
1111``` shell
1212cargo build
1313```
1414
15+ or, if you have [ ` just ` ] ( https://github.com/casey/just ) :
16+
17+ ``` shell
18+ just
19+ ```
20+
21+ Note that the ` just ` recipe assumes ` cargo ` .
22+
1523We assume a full ` texlive ` distribution, ` latexmk ` and the ` pygments ` python library, so on Ubuntu the dependencies can be installed using:
1624
1725``` shell
You can’t perform that action at this time.
0 commit comments