From da413d86ca87a1781d20e77f730af5c25eca662d Mon Sep 17 00:00:00 2001 From: Tokkooo <112730082+Tokkooo@users.noreply.github.com> Date: Wed, 15 Feb 2023 12:30:07 +0100 Subject: [PATCH] Change the Arch Linux dependency section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aee71d4f..104eeab7 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ sudo apt install -y binutils-mips-linux-gnu build-essential git libcapstone-dev ##### Arch Linux To install build dependencies: ``` -sudo pacman -S base-devel capstone python +sudo pacman -S --needed base-devel capstone python ``` Install the following AUR packages: * [mips64-elf-binutils](https://aur.archlinux.org/packages/mips64-elf-binutils) (AUR)