From a721bb0c6eb01084cf5f0701e0dcdf55f06bbe77 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 17 Oct 2018 12:34:49 +0200 Subject: Fix typo in README.md Signed-off-by: Clifford Wolf --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3087e92..2356da1 100644 --- a/README.md +++ b/README.md @@ -625,7 +625,7 @@ pure RV32I target, and install it in `/opt/riscv32i`: # Ubuntu packages needed: sudo apt-get install autoconf automake autotools-dev curl libmpc-dev \ libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo \ - gperf libtool patchutils bc zlib1g-dev git libexpt1-dev + gperf libtool patchutils bc zlib1g-dev git libexpat1-dev sudo mkdir /opt/riscv32i sudo chown $USER /opt/riscv32i -- cgit