From fb9943bff759e468bed0fde8f926f57f0ca9cc92 Mon Sep 17 00:00:00 2001 From: Revertron <105154+Revertron@users.noreply.github.com> Date: Tue, 23 Feb 2021 16:34:18 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a20efa..6997653 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Alfis -[![Rust](https://github.com/Revertron/Alfis/actions/workflows/rust_build_and_test.yml/badge.svg)](https://github.com/Revertron/Alfis/actions/workflows/rust_build_and_test.yml) +![Builds](https://github.com/Revertron/Alfis/actions/workflows/rust_build_and_test.yml/badge.svg) +![Releases](https://github.com/Revertron/Alfis/actions/workflows/rust_create_release.yml/badge.svg) Alternative Free Identity System @@ -27,4 +28,4 @@ cargo build ### On Linux If you are building on Linux you must ensure that you have `libwebkitgtk` library installed. -You can do it by issuing this command: `sudo apt install libwebkit2gtk-4.0-dev` (on Debian/Ubuntu and derivatives). \ No newline at end of file +You can do it by issuing this command: `sudo apt install libwebkit2gtk-4.0-dev` (on Debian/Ubuntu and derivatives).