From 6bca98b167af65b35f1dc490895757982edd3b1f Mon Sep 17 00:00:00 2001 From: Ricky Kresslein Date: Tue, 19 Apr 2022 09:52:20 +0300 Subject: Update README --- README.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 19b366a..1133485 100755 --- a/README.md +++ b/README.md @@ -17,9 +17,24 @@ It allows you to track time spent on different activities without worrying about * Features can be added! Just open an issue. ## Getting Started -Install Furtherance from [Flathub](https://flathub.org/apps/details/com.lakoliu.Furtherance) and you'll be off to the races. Make sure you have Flatpak [setup](https://flatpak.org/setup/). - Download on Flathub +* The easiest way to install Furtherance is from [Flathub](https://flathub.org/apps/details/com.lakoliu.Furtherance). Make sure you have Flatpak [setup](https://flatpak.org/setup/). +* Furtherance is also available in the AUR ([stable](https://aur.archlinux.org/packages/furtherance) or [nightly](https://aur.archlinux.org/packages/furtherance-git)) + +## Build +The easiest way to build Furtherance is with [GNOME Builder](https://flathub.org/apps/details/org.gnome.Builder). +To build Furtherance on your own, make sure you have all the dependencies: rust, cargo, meson, ninja-build, sqlite3, dbus-1, glib-2.0, gtk4, libadwaita-1 +Then do: +``` +git clone https://github.com/lakoliu/Furtherance.git +cd Furtherance +mkdir build +cd build +meson .. +ninja +sudo ninja install +``` +To uninstall, run `sudo ninja uninstall` in the same directory. ## Use Type in the name of the task you are working on and press start. That's really all there is to it. @@ -34,3 +49,6 @@ This project is licensed under the GNU General Public License v3.0. See the [LIC ### Author This project is created and maintained by [Ricky Kresslein](https://kressle.in) under [lakoliu](https://lakoliu.com). More information at [Furtherance.app](https://furtherance.app). + +### Give +Besides helping to pay the bills, donations make me feel all warm and fuzzy inside. If you want to help out, you can use the links to the right under "Sponsor this project". Thank you so much! -- cgit 1.4.1