Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions jekyll/install_windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ Nim:
* 64 bit - [mingw64.7z]({{ site.baseurl }}/download/mingw64.7z) ([SHA256]({{ site.baseurl }}/download/mingw64.7z.sha256))


# Installation using ``winget``

The [``Windows Package Manager``](https://github.com/microsoft/winget-cli) is a tool designed to help you quickly and easily discover and install those packages that make your PC environment special.
```sh
winget install -e --id nim.nim
```

# Installation using ``choosenim``

[``choosenim``](https://github.com/dom96/choosenim#choosenim) is an
Expand Down