Skip to content
This repository was archived by the owner on Feb 2, 2022. It is now read-only.

Commit 210fed3

Browse files
authored
Update how-to-deploy.md (#137)
1 parent 28b4037 commit 210fed3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/how-to-deploy.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ In the cloud shell the path to Python version 3.6 `/opt/az/bin/python3`
4040
You will need the RAFT CLI files. You can do this in a number of ways:
4141
- Download the RAFT CLI from a specific release</br>
4242
For example:</br>
43-
`wget https://github.com/microsoft/rest-api-fuzz-testing/releases/download/v1.2/cli.zip`
43+
`wget https://github.com/microsoft/rest-api-fuzz-testing/releases/download/LATEST_VERSION_OF_CLI/raft-cli.zip`
44+
where LATEST_VERSION_OF_CLI is the latest released version of CLI
4445
</br>
4546
Then run unzip `unzip cli.zip`
4647
- Clone the repo
@@ -221,4 +222,4 @@ Three tools are deployed by default: [RESTler](https://github.com/microsoft/rest
221222

222223
You can see how they are configured by looking at the configuration files under the `cli/raft-tools/tools` folder.
223224

224-
See an explanation of the `config.json` file in [How to onboard a tool](how-to-onboard-a-tool.md).
225+
See an explanation of the `config.json` file in [How to onboard a tool](how-to-onboard-a-tool.md).

0 commit comments

Comments
 (0)