Skip to content

Commit 3aade31

Browse files
committed
Tweaks
1 parent 604c5e7 commit 3aade31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM golang:1.18-alpine as builder
77
WORKDIR $GOPATH/src/github.com/peterldowns/nix-search-cli
88

99
ENV GO111MODULE=on
10-
ENV CGO_ENABLED=1
10+
ENV CGO_ENABLED=0
1111

1212
# Install the dependencies
1313
COPY go.mod .

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Flags:
5050
-v, --version string search by version
5151
```
5252

53-
For example, here's how you would find all packages that install a `gcloud` binary. The results show the version ofe ach package as well as the full set of installed binaries. In a supported terminal, we use nice colors:
53+
For example, here's how you would find all packages that install a `gcloud` binary. The results show the version of each package as well as the full set of installed binaries. In a supported terminal, we use nice colors:
5454

5555
```console
5656
$ ./bin/nix-search -p gcloud

0 commit comments

Comments
 (0)