This repository was archived by the owner on Feb 2, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,8 @@ In the cloud shell the path to Python version 3.6 `/opt/az/bin/python3`
4040You 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
222223You 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 ) .
You can’t perform that action at this time.
0 commit comments