Skip to content

Commit

Permalink
build: Improve formatting of node upgrade instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed May 9, 2024
1 parent 4239f63 commit c76183d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions scripts/gen-github-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,29 +124,29 @@ cometbft $COMETBFT_VERSION
Presuming that your node is running `$PREV_RELEASE`, once the upgrade height for a subsequent proposal to upgrade to `$TAG` has been reached, your node will halt automatically allowing you to upgrade the agoric stack.
```
# prepare by installing Go 1.20.2 or higher, Node 16 or 18, clang 10 or gcc 10
# stop the agd service
# (prepare by installing Go 1.20.2 or higher, Node 16 or 18, clang 10 or gcc 10)
# (stop the agd service)
cd agoric-sdk
git fetch --all
git checkout $TAG
git clean -xdf
yarn install
yarn build
(cd packages/cosmic-swingset && make)
#start the agd service
# (start the agd service)
```
Do _not_ copy the `agd` script or Go binary to another location. If you would like to have an executable `agd` in another location, then create a symlink in that location pointing to `agoric-sdk/bin/agd`.
### Golang Version
The `$TAG` release requires Go 1.20.2 or higher.
### Node Version
Node.js 16.13 or higher (previous LTS) or Node.js 18.12 or higher (maintenance LTS).
Please note the current active LTS of Node 20 is not yet officially supported.
### Golang Version
The `$TAG` release requires Go 1.20.2 or higher.
### C Compiler Version
Clang version 10 or GCC version 10 required.
Expand Down

0 comments on commit c76183d

Please sign in to comment.