From 34248683c9edb483252c85fa026a3ac1ca14a8d1 Mon Sep 17 00:00:00 2001 From: khanhas Date: Sun, 31 Jan 2021 15:25:32 +1000 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d001235..3e08036 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [Z-Library](https://z-lib.org) browser and downloader for [reMarkable](https://remarkable.com/) devices

- - + +

@@ -24,8 +24,8 @@ opkg install rm2fb 2. Run these command to download and unpack distributed package to `/home/root` location: ```bash cd /home/root -wget "https://github.com/khanhas/zshelf/releases/download/v0.1.0/zshelf-reMarkable-0.1.0.zip" -unzip "zshelf-reMarkable-0.1.0.zip" +wget "https://github.com/khanhas/zshelf/releases/download/v0.1.1/zshelf-reMarkable-0.1.1.zip" +unzip "zshelf-reMarkable-0.1.1.zip" ``` ### [IMPORTANT] Configure domain and cookie @@ -83,7 +83,7 @@ term=killall zshelf Save file and restart your launcher (`oxide` user: just hit "Load apps"). ## Development -0. [Set up reMarkable toolchain](https://remarkablewiki.com/devel/qt_creator#toolchain) +0. [Set up reMarkable toolchain](https://remarkablewiki.com/devel/qt_creator#toolchain), NodeJS and `npm` 1. `git clone https://github.com/khanhas/zshelf` 2. `qmake` 3. `make`