diff options
| author | Joseph Richey <joerichey@google.com> | 2017-07-23 02:21:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-23 02:21:16 -0700 |
| commit | a46a7a29153f388e9bb1e197fd39454add226ba5 (patch) | |
| tree | 2c5cbeeeae0fb5ed4aef2b781e48ee0ea5f0d806 /README.md | |
| parent | d32430055414762d8c62db5595b461b3087ea760 (diff) | |
| parent | 5960d0eeee37b39772e12db12b3e6a5c70b46e19 (diff) | |
Merge pull request #29 from google/docs
Fixed cloning instructions
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ fscrypt has the following build dependencies: Once all the dependencies are installed, you can get the repository by running: ```shell -go get -d github.com/google/fscrypt +go get -d github.com/google/fscrypt/... ``` and then you can run `make` in `$GOPATH/github.com/google/fscrypt` to build the executable in that directory. Running `sudo make install` installs the binary to |