add setup on ubuntu
This commit is contained in:
parent
39e15201b6
commit
8abc85912c
2 changed files with 4 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
: foreach svg/*.svg |> rsvg-convert --background-color transparent --format Png --height 400 --output %o %f |> png/%B.png
|
: foreach svg/*.svg |> rsvg-convert --background-color transparent --format png --height 400 --output %o %f |> png/%B.png
|
||||||
|
|
3
justfile
3
justfile
|
@ -1,2 +1,5 @@
|
||||||
assets:
|
assets:
|
||||||
tup assets
|
tup assets
|
||||||
|
|
||||||
|
install-deps:
|
||||||
|
sudo apt install fuse3 librsvg2-bin tup
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue