aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaeed Rasooli <saeed.gnu@gmail.com>2018-01-12 17:09:55 +0800
committerSaeed Rasooli <saeed.gnu@gmail.com>2018-01-12 17:09:55 +0800
commitaf8a64754e6d64d616031eeea2d5037d519d0d88 (patch)
treed67c80ba503cde23b3a8059faa296c58f144adb6
parentcedbe0e0bf52cd5535d2180d22cebbdff5e2fda0 (diff)
fix typo in README.md: $GOPATH/github.com -> $GOPATH/src/github.com
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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`.