Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8ced358

Browse files
committedNov 16, 2021
Add ZIP instructions
1 parent 055a726 commit 8ced358

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
 

‎articles/digital-twins/how-to-parse-models.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,15 @@ You can use the parser library directly in your C# code, or use the language-agn
2626

2727
## Use the DTDL validator sample
2828

29-
The [DTDL Validator](/samples/azure-samples/dtdl-validator/dtdl-validator) is a sample project that can validate model documents to make sure the DTDL is valid. It's built on the .NET parser library and is language-agnostic. You can get it with the *Download ZIP* button at the sample link.
29+
The [DTDL Validator](/samples/azure-samples/dtdl-validator/dtdl-validator) is a sample project that can validate model documents to make sure the DTDL is valid. It's built on the .NET parser library and is language-agnostic.
30+
31+
You can view the code in GitHub by selecting the **Browse code** button at the sample link, and you can download the project from GitHub by selecting the **Code** button followed by **Download ZIP**.
32+
33+
:::image type="content" source="media/how-to-parse-models/download-repo-zip.png" alt-text="Screenshot of the DTDL-Validator repo on GitHub, highlighting the steps to download it as a zip." lightbox="media/how-to-parse-models/download-repo-zip.png":::
3034

3135
The source code shows examples for how to use the parser library. You can use the validator sample as a command line utility to validate a directory tree of DTDL files. It also provides an interactive mode.
3236

33-
In the folder for the DTDL Validator sample, see the *readme.md* file for instructions on how to package the sample into a self-contained executable.
37+
In the folder for the DTDL Validator sample, see the **readme.md** file for instructions on how to package the sample into a self-contained executable.
3438

3539
After you have built a self-contained package and added the executable to your path, you can run the validator with this command in a console on your machine:
3640

Loading

0 commit comments

Comments
 (0)
Please sign in to comment.