From 823ff429a803b069cd8a87672658fbee35d2f21a Mon Sep 17 00:00:00 2001 From: Johannes le Roux Date: Thu, 5 Dec 2024 13:18:17 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ed8f0e7..b955340 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ Make sure you already have [Pidgin](https://pidgin.im/install/) installed. -The Windows installer for the plugin is available under the [latest release](https://github.com/dadecoza/pidgin-meshtastic/releases/). +The Windows installer for the plugin is available [here](https://github.com/dadecoza/pidgin-meshtastic/releases/download/v0.1.0-alpha/pidgin-meshtastic-0.1.0-alpha.exe). + +Precompiled libraries for Windows and Linux can be found under [releases](https://github.com/dadecoza/pidgin-meshtastic/releases). ## Build @@ -18,11 +20,7 @@ sudo apt-get build-dep pidgin git clone https://github.com/dadecoza/pidgin-meshtastic.git --recursive cd pidgin-meshtastic make -``` -Copy the library and pixmaps to the appropriate locations. The file locations might differ depending on your distro. - ```shell -sudo cp libmeshtastic.so /usr/lib/purple-2 -sudo cp -r pixmaps /usr/share +sudo make install ``` ### Windows