From a47fe981a21ff64696faea9c5d149ff91a84b308 Mon Sep 17 00:00:00 2001 From: Sinuhe Tellez Date: Thu, 6 May 2021 03:20:53 -0400 Subject: [PATCH] change order in readme --- README.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 5a35fdd..16ace5e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,20 @@ # Installation go get -u github.com/dubyte/dir2opds -# Raspberry pi deployment using binary release +# Usage + dir2opds -dir ./books -port 8080 + +# Tested on: + - Moon+ reader + +# More information + - http://opds-spec.org + +# Binary release + - https://github.com/dubyte/dir2opds/releases + + +## Raspberry pi deployment using binary release ```bash cd && mkdir dir2opds && cd dir2opds @@ -53,15 +66,3 @@ ExecStart=/home/pi/dir2opds/dir2opds -dir -port 8080 [Install] WantedBy=multi-user.target ``` - -# Usage - dir2opds -dir ./books -port 8080 - -# Tested on: - - Moon+ reader - -# More information - - http://opds-spec.org - -# binary release - - https://github.com/dubyte/dir2opds/releases