Skip to content

Commit

Permalink
fixed the go get command to fetch and removed the $
Browse files Browse the repository at this point in the history
  • Loading branch information
stikkireddy committed Apr 3, 2020
1 parent c47c8f0 commit f70185a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -80,7 +80,7 @@ This program built for i386-apple-darwin11.3.0
* After installing `golang`, `terraform`, and `make` you will now build the artifact.

```bash
$ go get -u github.com/databrickslabs/databricks-terraform && $ cd $GOPATH/src/github.com/databrickslabs/databricks-terraform
$ go get -u github.com/databrickslabs/databricks-terraform && cd $GOPATH/src/github.com/databrickslabs/databricks-terraform
```

* When you are in the root directory of the repository please run:
Expand Down

0 comments on commit f70185a

Please sign in to comment.