Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
Onboard doc3 (#394)
Browse files Browse the repository at this point in the history
* add onboard doc

* improve doc

* improve doc2

* improve doc3

* improve doc4

* improve doc5

* improve doc6

* improve doc7

* improve doc8

* improve doc8

* improve doc9
  • Loading branch information
RodgeFu authored May 28, 2020
1 parent b20ad1d commit cf51091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/how-to-generate.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ We have pre-prepared docker image for you to use autorest.az easily. (Please mak
* login to Azure Container Registry and start the docker
``` bash
> az acr login --name amecodegen
> docker run -v {swagger_folder}:/home/swg -v {azure_cli_ext_folder}:/home/azext -v -it amecodegen.azurecr.io/az:2020.05.24 /bin/bash
> docker run -v {swagger_folder}:/home/swg -v {azure_cli_ext_folder}:/home/azext -it amecodegen.azurecr.io/az:2020.05.24 /bin/bash
```

2. Generate the code:
Expand Down

0 comments on commit cf51091

Please sign in to comment.