aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 799234a..f063ded 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,7 @@ By default, 64-bit (RV64) versions of `pk` and `bbl` are built. To
built 32-bit (RV32) versions, supply a `--enable-32bit` flag to the
configure command.
-The `install` step installs 64-bit build products into
-`$RISCV/riscv64-unknown-elf`, and 32-bit versions into
-`$RISCV/riscv32-unknown-elf`.
+The `install` step installs 64-bit build products into a directory
+matching your host (e.g. `$RISCV/riscv64-unknown-elf`). 32-bit versions
+are installed into a directory matching a 32-bit version of your host (e.g.
+`$RISCV/riscv32-unknown-elf`).