diff --git a/docs/installation.md b/docs/installation.md index cfe2d000..7c69eadd 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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) @@ -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