Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Apr 29, 2024
1 parent 39eb893 commit 88a7e45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ libp2p version v0.7.0

## Publishing new versions

The makefile in this repo will build `go-libp2p-daemon` for every supported platform, archive the binaries and update the versions.json file.
The makefile in this repo will build `go-libp2p-daemon` for every supported platform, compress the binaries and update `src/versions.json`.

The zipped/gzipped binaries must be added to the relevant `go-libp2p-daemon` release page on GitHub.
The compressed binaries must be added to the relevant `go-libp2p-daemon` [release page](https://github.com/libp2p/go-libp2p-daemon/releases) on GitHub.

### Prequisites

- Install go 1.22 or later
- Install a version of go that's capable of building the target `go-libp2p-daemon` version.

### Instructions

Expand Down

0 comments on commit 88a7e45

Please sign in to comment.