From 70082b0a30c71a4e55585bfe3fca8f8a82c8611f Mon Sep 17 00:00:00 2001 From: Ethan Roseman Date: Sun, 1 Oct 2023 09:19:02 +0900 Subject: [PATCH] Add mention of pigment64 to SETUP.md --- SETUP.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/SETUP.md b/SETUP.md index c49e707832..383024a773 100644 --- a/SETUP.md +++ b/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: