diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`. |