This commit is contained in:
Chris Cheetham 2020-05-28 18:02:20 -04:00
Родитель 4c1cfd9b2c
Коммит d052bc7a73
1 изменённых файлов: 2 добавлений и 10 удалений

Просмотреть файл

@ -23,17 +23,9 @@ Subsequent goals include:
== Install
.Install Steeltoe Tooling CLI and check version
.Install Steeltoe Tooling CLI from Source
----
$ dotnet tool install -g Steeltoe.Cli --version 0.7.0-1904 --add-source https://www.myget.org/F/steeltoedev/api/v3/index.json
You can invoke the tool using the following command: st
Tool 'steeltoe.cli' (version '0.7.0-1904') was successfully installed.
# NOTE: The dotnet tool option requires adding the tools path to the PATH variable in your environment.
# This must be done before the next step.
$ st --version
0.7.0 (build 1904 -> https://dev.azure.com/SteeltoeOSS/Steeltoe/_build/results?buildId=1904)
$ ./scripts/install.ps1
----
== Further Instructions for Using Steeltoe Tooling CLI