Skip to content

Commit

Permalink
general: update README, .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
rorycl committed Apr 20, 2024
1 parent 00636bd commit e128a56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ go.work
/webserver
/bin/webserver*
/bin/cli*
/bin/console*
cover.html
cover.rpt
coverage.out
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
A Go module with console, cli and web app clients for rapid and
effective searches for equipment on Cex/Webuy using the unofficial
`webuy.io` json search endpoint. Note that these programs only work for
queries made in the UK (or via a proxy terminating in the UK.)
queries made in the UK (or via a proxy terminating in the UK).

## Usage

Simply download the binaries for your machine's architecture from [the
project releases page](https://github.com/rorycl/cexfind/releases).
Alternatively, build for your local machine using `make build-all` if
you have go (>= 1.22) installed. The resulting binaries can be found in
`bin`.
Simply download the binaries for your machine's architecture from
[releases](https://github.com/rorycl/cexfind/releases). Alternatively,
build for your local machine using `make build-all` if you have go (>=
1.22) installed. The resulting binaries can be found in `bin`.

## Clients

Expand Down

0 comments on commit e128a56

Please sign in to comment.