diff --git a/build/release/README.md b/build/release/README.md index 68b95974..e6591ea4 100644 --- a/build/release/README.md +++ b/build/release/README.md @@ -19,8 +19,7 @@ the release binaries following these steps: 1. `git clone https://github.com/lightningnetwork/lnd.git` 2. `cd lnd` -3. `./build/release/release.sh # is the name of the next - release/tag` +3. `make release tag= # is the name of the next release/tag` This will then create a directory of the form `lnd-` containing archives of the release binaries for each supported operating system and architecture, @@ -64,7 +63,7 @@ and `go` (matching the same version used in the release): release with `git checkout `. 7. Proceed to verify the tag with `git verify-tag ` and compile the binaries from source for the intended operating system and architecture with - `LNDBUILDSYS=OS-ARCH ./build/release/release.sh `. + `make release sys=OS-ARCH tag=`. 8. Extract the archive found in the `lnd-` directory created by the release script and recompute the `SHA256` hash of the release binaries (lnd and lncli) with `shasum -a 256 `. These should match __exactly__