Skip to content

Commit f157df9

Browse files
authored
[Readme]: Update the pre-compiled binary link
1 parent 917b5e2 commit f157df9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ sudo usermod -aG docker ${USER}
2828

2929
If your OS is ubuntu18.04 or ubuntu20.04, we recommend you directly downloading pre-compiled binary, and please skip the step [Build Gym binary](#Build-Gym-binary)
3030

31-
The pre-compiled binary can be found from [AzurePipeline](https://dev.azure.com/OpenNetLab/ONL-github/_build/latest?definitionId=6&branchName=master)
32-
1. Click published item in its summary tab
33-
2. Download the target and unzip it in the project path
34-
3. Grant the executing permission to the binary by `chmod 777 target/gym`
31+
The pre-compiled binary can be found from the latest [GithubRelease](https://github.com/OpenNetLab/gym/releases/latest/download/target.tar.gz). Please download and uncompress it in the current folder.
32+
```
33+
wget https://github.com/OpenNetLab/gym/releases/latest/download/target.tar.gz
34+
tar -xvzf target.tar.gz
35+
```
3536

3637
#### Build Gym binary
3738

0 commit comments

Comments
 (0)