From 1957563d4916ad568458ea2c4122a3446765d612 Mon Sep 17 00:00:00 2001 From: Ricky Kresslein Date: Tue, 19 Apr 2022 10:02:03 +0300 Subject: Update README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9f6b674..1b93123 100755 --- a/README.md +++ b/README.md @@ -17,14 +17,16 @@ It allows you to track time spent on different activities without worrying about * Features can be added! Just open an issue. ## Getting Started + +### Install 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 on Arch in the AUR, btw ([stable](https://aur.archlinux.org/packages/furtherance) or [nightly](https://aur.archlinux.org/packages/furtherance-git)) -## Build +### 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 +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: ``` @@ -38,7 +40,7 @@ sudo ninja install ``` To uninstall, run `sudo ninja uninstall` in the same directory. -## Use +### Use Type in the name of the task you are working on and press start. That's really all there is to it. ## Project Details -- cgit 1.4.1