Skip to content

Commit

Permalink
Add instruction to checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
hiepmai-babylonchain committed Jul 23, 2024
1 parent c6989a0 commit a1730db
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,19 @@ The API can be utilised by user facing applications, such as staking dApps.
git clone [email protected]:babylonchain/staking-api-service.git
```

### 1.2 Install the binary by running
### 1.2 Check out the desired version

You can find the latest release
[here](https://github.com/babylonchain/staking-api-service/releases).

```bash
cd staking-api-service
git checkout tags/{VERSION}
```

### 1.3 Install the binary by running

```bash
make install
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,19 @@ sidebar_label: Staking Expiry Checker
git clone https://github.com/babylonchain/staking-expiry-checker.git
```

### 1.2 Install the binary by running
### 1.2 Check out the desired version

You can find the latest release
[here](https://github.com/babylonchain/staking-expiry-checker/releases).

```bash
cd staking-expiry-checker
git checkout tags/{VERSION}
```

### 1.3 Install the binary by running

```bash
make install
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,19 @@ and serves as the ground truth for the Bitcoin Staking system.
git clone https://github.com/babylonchain/staking-indexer.git
```

### 1.2 Install the sid daemon binary by running
### 1.2 Check out the desired version

You can find the latest release
[here](https://github.com/babylonchain/staking-indexer/releases).

```bash
cd staking-indexer
git checkout tags/{VERSION}
```

### 1.3 Install the sid daemon binary by running

```bash
cd staking-indexer # cd into the project directory
make install
```

Expand Down

0 comments on commit a1730db

Please sign in to comment.