aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorXing GUO <higuoxing@gmail.com>2020-12-01 11:19:56 +0800
committerXing GUO <higuoxing@gmail.com>2020-12-01 11:19:56 +0800
commit91d6fdf40b4f39de3b7ea726f84477b4805f4773 (patch)
tree4f885ed5d58c7fae9c7de7cbbfce915317b6d293 /README.md
parent268cfe2f4d0e9ef916278005bc72b172afb3e9da (diff)
downloadriscv-gnu-toolchain-91d6fdf40b4f39de3b7ea726f84477b4805f4773.zip
riscv-gnu-toolchain-91d6fdf40b4f39de3b7ea726f84477b4805f4773.tar.gz
riscv-gnu-toolchain-91d6fdf40b4f39de3b7ea726f84477b4805f4773.tar.bz2
Replace `build-essential` with `base-devel` in Archlinux installation guide.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f8b8e98..8119888 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ On Fedora/CentOS/RHEL OS, executing the following command should suffice:
On Arch Linux, executing the following command should suffice:
- $ pacman -Syyu autoconf automake curl python3 mpc mpfr gmp gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib expat
+ $ pacman -Syyu autoconf automake curl python3 mpc mpfr gmp gawk base-devel bison flex texinfo gperf libtool patchutils bc zlib expat
On OS X, you can use [Homebrew](http://brew.sh) to install the dependencies: