From 3db3bd5ff039ef999aeee321623b8d697dcdcb4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Sun, 30 Mar 2014 16:12:34 -0400 Subject: [PATCH] Update readme --- README.markdown | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index e945528..29fd00a 100644 --- a/README.markdown +++ b/README.markdown @@ -24,6 +24,7 @@ Features - Themes support - Alternative login with a Google Account or Mozilla Persona - **Full article download for feeds that display only a summary** (website scraper based on Xpath rules) +- Auto-update from the user interface Todo and known bugs ------------------- @@ -107,7 +108,7 @@ Libraries used Installation ------------ -From the archive: +### From the archive: 1. You must have a web server with PHP installed (version 5.3.7 minimum) with the Sqlite and XML extensions 2. Download the source code and copy the directory `miniflux` where you want @@ -117,7 +118,7 @@ From the archive: 6. Start to use the software 7. Don't forget to change your password! -From the repository: +### From the repository: 1. `git clone https://github.com/fguillot/miniflux.git` 2. Go to the third step just above @@ -125,7 +126,7 @@ From the repository: Update ------ -From the archive: +### From the archive: 1. Close your session (logout) 2. Rename your actual miniflux directory (to keep a backup) @@ -134,7 +135,7 @@ From the archive: 5. Login and check if everything is ok 6. Remove the old miniflux directory -From the repository: +### From the repository: 1. Close your session (logout) 2. `git pull`