From 7befd36e3216d346f488fac64ddc8ee0c9704c4e Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Sat, 4 Jul 2015 02:40:56 +0300 Subject: [PATCH] Updated README --- README.md | 8 +++++++- harbour-books.pro | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a59509..c43be18 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,10 @@ ![icon](app/harbour-books.png) -The core functionality is based on [FBReader](https://github.com/geometer/FBReader) source code with very few modifications. Books are imported from the Downloads folder, where they are saved by the browser or email client. Alternatively, you can manually copy your books to the Books directory under the home folder. Removable storage is supported as well. In theory, it should be able to handle all E-book formats supported by FBReader. Tested mostly with epub and fb2. +The core functionality is based on [FBReader](https://github.com/geometer/FBReader) +source code a few modifications. Books are imported from the Downloads folder, +where they are saved by the browser or email client. Alternatively, you can +manually copy your books to the Books directory under the home folder. +Removable storage is supported as well. In theory, it should be able +to handle all E-book formats supported by FBReader. Tested mostly with +epub and fb2. diff --git a/harbour-books.pro b/harbour-books.pro index 36f8904..c6a9a4e 100644 --- a/harbour-books.pro +++ b/harbour-books.pro @@ -3,5 +3,6 @@ CONFIG += ordered SUBDIRS = fribidi linebreak fbreader harbour-lib app OTHER_FILES += \ + README.md \ rpm/harbour-books.changes \ rpm/harbour-books.spec