Skip to content

Commit

Permalink
Merge pull request #75 from ilius/PR-README-typo
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
josephlr committed Jan 12, 2018
2 parents cedbe0e + af8a647 commit 141265f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 141265f

Please sign in to comment.