-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c6989a0
commit a1730db
Showing
3 changed files
with
31 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters