From f31c0c6dd0f781de2fce86e9a20f4bf631e7e3c3 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 9 Apr 2017 21:20:01 +0200 Subject: [PATCH] remove typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddc3a629a..2d38d4028 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ If your toolchain is not located in `/opt/hermit/bin` then you have to supply its location to the `cmake` command above like so: ```bash -$ cmake -DTOOLCHAIN_BIN_DIR=/home/user/hermit/bin +$ cmake -DTOOLCHAIN_BIN_DIR=/home/user/hermit/bin .. ``` assuming that binaries like `x86_64-hermit-gcc` and friends are located in that