Skip to content

Commit

Permalink
A more reliable way to get GOPATH
Browse files Browse the repository at this point in the history
The GOPATH environment variable is not a sure thing anymore. https://golang.org/doc/gopath_code#GOPATH
  • Loading branch information
mattalexander-pantheon authored and ryboe committed Jul 23, 2021
1 parent afc5f6e commit dbe0817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ For best results, dedicate a terminal to tailing `$TMPDIR/q` while you work.
## Install

```sh
git clone https://github.com/ryboe/q $GOPATH/src/q
git clone https://github.com/ryboe/q "$(go env GOPATH)"/src/q
```

Put these functions in your shell config. Typing `qq` or `rmqq` will then start
Expand Down

0 comments on commit dbe0817

Please sign in to comment.