From af8a64754e6d64d616031eeea2d5037d519d0d88 Mon Sep 17 00:00:00 2001 From: Saeed Rasooli Date: Fri, 12 Jan 2018 17:09:55 +0800 Subject: fix typo in README.md: $GOPATH/github.com -> $GOPATH/src/github.com --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4379ca..a83dfd0 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ Once all the dependencies are installed, you can get the repository by running: ```shell go get -d github.com/google/fscrypt/... ``` -and then you can run `make` in `$GOPATH/github.com/google/fscrypt` to build the +and then you can run `make` in `$GOPATH/src/github.com/google/fscrypt` to build the executable and PAM module in that directory. Running `sudo make install` installs the binary to `/usr/local/bin`. -- cgit v1.2.3