From 05d4593b9b68c39652aaee53f9804b2bc871a2df Mon Sep 17 00:00:00 2001 From: Sai Karthik <11899221+kskarthik@users.noreply.github.com> Date: Tue, 29 Oct 2024 16:01:46 +0530 Subject: [PATCH 1/2] Update README.md with flatpak installation instructions --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea36e04b..0e4b772a 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,10 @@ Free Desktop book-keeping software for small businesses and freelancers. ## Installation -Download and install the latest release for your platform from the [releases -page](https://github.com/frappe/books/releases) . +### Via Flatpak + + Get it on Flathub + ### Using Homebrew (for MacOS and Linux) @@ -58,6 +60,11 @@ page](https://github.com/frappe/books/releases) . brew install --cask frappe-books ``` +### Manual + +Download and install the latest release for your platform from the [releases +page](https://github.com/frappe/books/releases) . + ## Development Frappe Books is built on Vue.js and Electron. It is offline by default and uses From 36629dfd54a70520736750bcbe40922de111ae0c Mon Sep 17 00:00:00 2001 From: akshayitzme Date: Tue, 29 Oct 2024 16:25:58 +0530 Subject: [PATCH 2/2] docs: resize flatpack badge, fixed formatting --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e4b772a..820f087a 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,10 @@ Free Desktop book-keeping software for small businesses and freelancers. ## Installation -### Via Flatpak +### Via Flatpak (Linux) + - Get it on Flathub + Get it on Flathub ### Using Homebrew (for MacOS and Linux)