Skip to content

Commit 673b3d7

Browse files
committed
chore: Update torque-cli installation command to use latest version and GitHub package source
1 parent 2a67728 commit 673b3d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ 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-cli```
19+
```dotnet tool install -g torque --version latest --add-source https://nuget.pkg.github.com/QualiNext/index.json```
2020
* Run torque-cli as a docker container:
2121

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

0 commit comments

Comments
 (0)