aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2021-01-11 15:53:28 -0800
committerAndrew Waterman <andrew@sifive.com>2021-01-11 15:53:55 -0800
commitf1bcfac7ebe334ebdef39a5d59e18e37eef813a5 (patch)
tree7e82407d75f9130e8f0b4e3694d64becd8591d94 /README.md
parentc9af3ebbcc05fa901087085f8990824d578eb83c (diff)
downloadriscv-isa-sim-f1bcfac7ebe334ebdef39a5d59e18e37eef813a5.zip
riscv-isa-sim-f1bcfac7ebe334ebdef39a5d59e18e37eef813a5.tar.gz
riscv-isa-sim-f1bcfac7ebe334ebdef39a5d59e18e37eef813a5.tar.bz2
Mention yum in addition to apt-get
Resolves #625
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index c17e656..e3232da 100644
--- a/README.md
+++ b/README.md
@@ -55,6 +55,9 @@ install path.
$ make
$ [sudo] make install
+If your system uses the `yum` package manager, you can substitute
+`yum install dtc` for the first step.
+
Build Steps on OpenBSD
----------------------