Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e683b062ef |
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ typship download -n local https://imsc.uni-graz.at/git/gjankowiak/typst-kfu-slid
|
||||||
```bash
|
```bash
|
||||||
mkdir -p ~/.local/share/typst/packages/local/definitely-not-kfu-slides/
|
mkdir -p ~/.local/share/typst/packages/local/definitely-not-kfu-slides/
|
||||||
cd ~/.local/share/typst/packages/local/definitely-not-kfu-slides/
|
cd ~/.local/share/typst/packages/local/definitely-not-kfu-slides/
|
||||||
curl https://imsc.uni-graz.at/git/gjankowiak/typst-kfu-slides-template/archive/1.0.1.tar.gz | tar zx --xform 's/typst-kfu-slides-template/1.0.1/'
|
curl https://imsc.uni-graz.at/git/gjankowiak/typst-kfu-slides-template/archive/1.0.2.tar.gz | tar zx --xform 's/typst-kfu-slides-template/1.0.2/'
|
||||||
```
|
```
|
||||||
|
|
||||||
## Quickstart (CLI)
|
## Quickstart (CLI)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "definitely-not-kfu-slides"
|
name = "definitely-not-kfu-slides"
|
||||||
version = "1.0.1"
|
version = "1.0.2"
|
||||||
entrypoint = "src/lib.typ"
|
entrypoint = "src/lib.typ"
|
||||||
authors = ["Ernesto Martínez <https://ecomaikgolf.com>", "Gaspard Jankowiak"]
|
authors = ["Ernesto Martínez <https://ecomaikgolf.com>", "Gaspard Jankowiak"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue