From 8ca2ec754adbffbbd0afbf9bbbf71192ea028f2a Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Fri, 6 Dec 2019 16:28:39 -0800 Subject: [PATCH] Update getting-started-with-NSwag.md (#16036) * Update getting-started-with-NSwag.md * Update getting-started-with-NSwag.md --- aspnetcore/tutorials/getting-started-with-NSwag.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/tutorials/getting-started-with-NSwag.md b/aspnetcore/tutorials/getting-started-with-NSwag.md index 48d496c636..ea00c41097 100644 --- a/aspnetcore/tutorials/getting-started-with-NSwag.md +++ b/aspnetcore/tutorials/getting-started-with-NSwag.md @@ -103,7 +103,7 @@ You can take advantage of NSwag's code generation capabilities by choosing one o ### Generate code with NSwagStudio -* Install NSwagStudio by following the instructions at the [NSwagStudio GitHub repository](https://github.com/RicoSuter/NSwag/wiki/NSwagStudio). +* Install NSwagStudio by following the instructions at the [NSwagStudio GitHub repository](https://github.com/RicoSuter/NSwag/wiki/NSwagStudio). On the NSwag release page you can download an xcopy version which can be started without installation and admin privileges. * Launch NSwagStudio and enter the *swagger.json* file URL in the **Swagger Specification URL** text box. For example, *http://localhost:44354/swagger/v1/swagger.json*. * Click the **Create local Copy** button to generate a JSON representation of your Swagger specification.