mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
Add mention of pigment64 to SETUP.md
This commit is contained in:
parent
46b2f11a59
commit
70082b0a30
7
SETUP.md
7
SETUP.md
@ -16,6 +16,13 @@ git clone https://github.com/pmret/papermario
|
||||
cd papermario
|
||||
```
|
||||
|
||||
Install pigment64 (our image-processing tool)
|
||||
```sh
|
||||
curl https://sh.rustup.rs -sSf | sh
|
||||
cargo install pigment64
|
||||
```
|
||||
and make sure pigment64 is in your system path.
|
||||
|
||||
## Unix
|
||||
|
||||
Install build dependencies:
|
||||
|
Loading…
Reference in New Issue
Block a user