From e7225bdc5d1c7968f728a4bf8c009c08793e5e73 Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Mon, 16 Oct 2023 17:45:49 -0300 Subject: [PATCH] discard libpng-dev as a dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1994621a..e6ea1d7e 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Under Debian / Ubuntu (which we recommend using), you can install them with the ```bash sudo apt update -sudo apt install make git build-essential binutils-mips-linux-gnu python3 python3-pip libpng-dev +sudo apt install make git build-essential binutils-mips-linux-gnu python3 python3-pip ``` #### 2. Clone the repository