From b9b29056f4af1ed0db5ea1b5607edd9b86ed7fef Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 6 Feb 2019 21:39:04 +0100 Subject: [PATCH] README: Add location of installed executables (#252) Go beginners do not know, where Go installs executables by default, so add a note to the section *Installation*. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fd87e023..db7d5e5a 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,8 @@ Example usage: # For fmap: go get github.com/linuxboot/fiano/cmds/fmap +The executables are installed in `$HOME/go/bin`. + ## Updating Dependencies # Latest released version of dep is required: