Skip to content

Commit 9cc1d97

Browse files
committed
update README
1 parent 673b3d7 commit 9cc1d97

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ To learn more about Torque, visit [https://www.quali.com/torque/](https://www.qu
1616
* Install torque-cli as a .NET tool. In this case you need to have **dotnet** (version 7.0 or higher) installed.
1717
To install dotnet, follow the link: https://dotnet.microsoft.com/en-us/download
1818

19-
```dotnet tool install -g torque --version latest --add-source https://nuget.pkg.github.com/QualiNext/index.json```
19+
```dotnet tool install -g torque --version ${VERSION} --add-source https://nuget.pkg.github.com/QualiNext/index.json```
20+
21+
For example:
22+
23+
```dotnet tool install -g torque --version 2.5.0 --add-source https://nuget.pkg.github.com/QualiNext/index.json```
24+
2025
* Run torque-cli as a docker container:
2126

2227
```docker run -it qtorque/torque-cli:latest```

0 commit comments

Comments
 (0)