diff options
| author | Joseph Richey <joerichey@google.com> | 2018-01-12 11:45:53 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-12 11:45:53 -0800 |
| commit | 141265fe9c7bc13bf8bff6265cfafc65ed2ebd5c (patch) | |
| tree | d67c80ba503cde23b3a8059faa296c58f144adb6 /README.md | |
| parent | cedbe0e0bf52cd5535d2180d22cebbdff5e2fda0 (diff) | |
| parent | af8a64754e6d64d616031eeea2d5037d519d0d88 (diff) | |
Merge pull request #75 from ilius/PR-README-typo
Fix typo in README.md
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`. |