From 041c9891e38d4238a5f80bef1a2ed39f23562e47 Mon Sep 17 00:00:00 2001 From: Oscar Batori Date: Fri, 27 Sep 2019 15:11:45 -0700 Subject: [PATCH] Update README.md Co-Authored-By: Daylon Wilkins --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7381de00c..a358fca966 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ $ go install ./cmd/git-dolt $ go install ./cmd/git-dolt-smudge [...] ``` -This will install the the requisite binaries at `$GOROOT/bin`, which defaults to `$HOME/go`, thus you should see something like (unless you set `$GOROOT` to something else): +This will install the requisite binaries at `$GOROOT/bin`, which defaults to `$HOME/go`, thus you should see something like (unless you set `$GOROOT` to something else): ``` $ ls -ltr $HOME/go/bin/ dolt git-dolt git-dolt-smudge