From ad673bb2cc00146122f0e4346b58d314f39052cd Mon Sep 17 00:00:00 2001 From: Mikael Nordin Date: Sat, 28 Nov 2020 22:17:31 +0100 Subject: [PATCH 1/2] Update README.md Link to appimage --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 42466a0..46a621d 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,13 @@ Thanks to Jan Bodnar of zetcode.com for the valuable tutorial on wxPython dialog * http://zetcode.com/wxpython/dialogs/ ## Installation +You can install using pip: ``` sudo apt install python3-wxgtk4.0 network-manager pip install wireguide ``` +or you can download appimage: https://github.com/mickenordin/wireguide/releases/download/0.0.6/WireGUIde-0.0.6.glibc2.32-x86_64.AppImage + ## Packaging ![pypi](https://img.shields.io/pypi/v/WireGUIde) From 7297273bc90444c01aa0cf13f7017b96990280e2 Mon Sep 17 00:00:00 2001 From: Mikael Nordin Date: Sat, 28 Nov 2020 22:22:51 +0100 Subject: [PATCH 2/2] Update README.md Better link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46a621d..b2c4819 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ You can install using pip: sudo apt install python3-wxgtk4.0 network-manager pip install wireguide ``` -or you can download appimage: https://github.com/mickenordin/wireguide/releases/download/0.0.6/WireGUIde-0.0.6.glibc2.32-x86_64.AppImage +or you can download appimage: [WireGUIde-0.0.6.glibc2.32-x86_64.AppImage](https://github.com/mickenordin/wireguide/releases/download/0.0.6/WireGUIde-0.0.6.glibc2.32-x86_64.AppImage) ## Packaging ![pypi](https://img.shields.io/pypi/v/WireGUIde)