From 476a7873f90227baa14b431bed14b62f8f80d52d Mon Sep 17 00:00:00 2001 From: Bartek Kryza Date: Mon, 2 Jan 2023 23:51:38 +0100 Subject: [PATCH] Updated README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 82fe12b4..0eb6110c 100644 --- a/README.md +++ b/README.md @@ -51,11 +51,24 @@ More comprehensive documentation can be found [here](./docs/README.md). #### Ubuntu ```bash +# Currently supported Ubuntu versions are Focal, Jammy and Kinetic sudo add-apt-repository ppa:bkryza/clang-uml sudo apt update sudo apt install clang-uml ``` +#### Fedora + +```bash +# Fedora 36 +wget https://github.com/bkryza/clang-uml/releases/download/0.3.0/clang-uml-0.3.0-1.fc36.x86_64.rpm +sudo dnf install ./clang-uml-0.3.0-1.fc36.x86_64.rpm + +# Fedora 37 +wget https://github.com/bkryza/clang-uml/releases/download/0.3.0/clang-uml-0.3.0-1.fc37.x86_64.rpm +sudo dnf install ./clang-uml-0.3.0-1.fc37.x86_64.rpm +``` + #### Conda ```bash