Skip to content

Commit

Permalink
chore: updated ksync version
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler committed Sep 29, 2023
1 parent 1b8d444 commit 6b0504a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ wget -qO- https://github.com/archway-network/networks/raw/main/archway-1/genesis
To install the required version of `ksync`, run the following command:

```bash
go install github.com/KYVENetwork/ksync/cmd/[email protected].1
go install github.com/KYVENetwork/ksync/cmd/[email protected].2
```

Run `ksync version` to verify the installation.
Expand All @@ -52,7 +52,7 @@ as follows:
```bash
git clone [email protected]:KYVENetwork/ksync.git
cd ksync
git checkout tags/v1.0.0-beta.1 -b v1.0.0-beta.1
git checkout tags/v1.0.0-beta.1 -b v1.0.0-beta.2
make ksync
```

Expand Down

1 comment on commit 6b0504a

@vercel
Copy link

@vercel vercel bot commented on 6b0504a Sep 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.