aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f4e7030..8b164e5 100644
--- a/README.md
+++ b/README.md
@@ -26,9 +26,9 @@ install path, and that the riscv-fesvr package is installed there.
Build Steps on OpenBSD
----------------------
-Install bash and gmake, and use clang.
+Install bash, gmake, dtc, and use clang.
- $ pkg_add bash gmake
+ $ pkg_add bash gmake dtc
$ exec bash
$ export CC=cc; export CXX=c++
$ mkdir build