Merge pull request #794 from nekketsuuu/nekketsuuu-docs-make-build

docs fix: Build results will be at ./dist
This commit is contained in:
lestrrat 2026-02-23 22:16:12 +09:00 committed by GitHub
commit 1808f304ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -325,7 +325,7 @@ Clone the repository and run:
make build
```
This will build the binary into `releases/peco_<os>_<arch>/peco`. Copy it to somewhere in your `$PATH`.
This will build the binary into `dist/peco_<os>_<arch>/peco`. Copy it to somewhere in your `$PATH`.
# Command Line Options
@ -932,7 +932,7 @@ make test
To build, run
```
make
make build
```
This will create a `peco` binary in `$(RELEASE_DIR)/peco_$(GOOS)_$(GOARCH)/peco$(SUFFIX)`. Or, of course, you can just run