diff options
| author | Joseph Richey <joerichey@google.com> | 2017-10-04 23:04:48 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-04 23:04:48 -0700 |
| commit | b7295ee7e3514f616d03a4c0ab391db22d6ab315 (patch) | |
| tree | e80f0cb704b0d4a215d3545ab07fe0e2c16333ee /README.md | |
| parent | 18e2de753e2bcad172f066dc6ec78899940930ca (diff) | |
| parent | c8acd677f5fd2913d0bc2293a00ed32adbff99b7 (diff) | |
Merge pull request #70 from kant/patch-1
Typos
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -129,7 +129,7 @@ Once all the dependencies are installed, you can get the repository by running: go get -d github.com/google/fscrypt/... ``` and then you can run `make` in `$GOPATH/github.com/google/fscrypt` to build the -executable and PAM moudle in that directory. Running `sudo make install` installs the binary to +executable and PAM module in that directory. Running `sudo make install` installs the binary to `/usr/local/bin`. See the `Makefile` for instructions on how to customize the build. This includes @@ -539,7 +539,7 @@ Protector 2c75f519b9c9959d no longer protecting policy 16382f282d7b29ee. ## Contributing We would love to accept your contributions to fscrypt. See the `CONTRIBUTING.md` -file for more information about singing the CLA and submitting a pull request. +file for more information about signing the CLA and submitting a pull request. ## Troubleshooting |