From 5960d0eeee37b39772e12db12b3e6a5c70b46e19 Mon Sep 17 00:00:00 2001 From: Joseph Richey Date: Sun, 23 Jul 2017 02:10:36 -0700 Subject: [PATCH] README: Fixed cloning documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf66feb..fa8eb22 100644 --- a/README.md +++ b/README.md @@ -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 -- 2.39.5