Downloading GoJs library with windows system

Please, I need a video that shows us how to download this library ,or just show us clearly steps to do in order to download it.Thanks

Have you seen Download GoJS ?

Or did you have a more specific question?

Hello, please I’m little bit confused about steps in the document .I don’t know which file I should download.Can you please help me?

Downloading our software is not necessary to use GoJS, because you can do your development by having a element point to a CDN, such as cdnjs:

  <script src="https://cdnjs.cloudflare.com/ajax/libs/gojs/1.8.12/go-debug.js"></script>

All of our documentation, including sample apps, are at https://gojs.net, so those don’t need to be downloaded either.

However, most people do download everything. That page, Download GoJS, lists the most popular choices. Any one of them will be sufficient. I suppose it depends on your development environment which one you would prefer.