Updated installation instruction for Windows

This commit is contained in:
Bartek Kryza 2023-01-22 19:56:03 +01:00
parent bc2fc2e4aa
commit 0e6532f66c
No known key found for this signature in database
GPG Key ID: 6CDA4566635E93B1

View File

@ -6,10 +6,11 @@
* [Ubuntu](#ubuntu)
* [Fedora](#fedora)
* [Conda](#conda)
* [Windows](#windows)
* [Building from source](#building-from-source)
* [Linux](#linux)
* [macos](#macos)
* [Windows](#windows)
* [Windows](#windows-1)
* [Visual Studio native build](#visual-studio-native-build)
<!-- tocstop -->
@ -45,6 +46,11 @@ conda config --set channel_priority strict
conda install -c bkryza/label/clang-uml clang-uml
```
#### Windows
Download and run the latest Windows installer from
[Releases page](https://github.com/bkryza/clang-uml/releases).
### Building from source
#### Linux