We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50e3a4 commit c250347Copy full SHA for c250347
README.md
@@ -15,8 +15,8 @@ CDT currently supports Linux x86_64 Debian packages. Visit the [release page](ht
15
Download the appropriate version of the Debian package and then install it. To download and install the latest version, run the following:
16
17
```sh
18
-wget https://github.com/AntelopeIO/cdt/releases/download/v4.1.0-rc1/cdt_4.1.0-rc1_amd64.deb
19
-sudo apt install ./cdt_4.1.0-rc1_amd64.deb
+wget https://github.com/AntelopeIO/cdt/releases/download/v4.0.1/cdt_4.0.1_amd64.deb
+sudo apt install ./cdt_4.0.1_amd64.deb
20
```
21
### Debian package uninstall
22
0 commit comments