Skip to content

Commit

Permalink
Add mention about install @latest issue and alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
eatonphil committed May 24, 2022
1 parent 5b26feb commit 72bf6bb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Expand Up @@ -51,9 +51,18 @@ If you are on another platform or architecture or want to grab the
latest release, you can do so with Go 1.18+:

```bash
$ go install github.com/multiprocessio/dsq@latest
$ git clone https://github.com/multiprocessio/dsq
$ cd dsq
$ go install .
$ sudo mv ~/go/bin/dsq /usr/local/bin/dsq
```

NOTE: `go install github.com/multiprocessio/dsq@latest` (i.e. without
having the source locally to build) will not work until
https://github.com/mattn/go-sqlite3/pull/1046 is merged because `go
install` in that form doesn't seem to respect `go.mod` `replace`
directives.

`dsq` will likely work on other platforms that Go is ported to such as
AARCH64 and OpenBSD, but tests and builds are only run against x86_64
Windows/Linux/macOS.
Expand Down

0 comments on commit 72bf6bb

Please sign in to comment.