Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhas authored Jan 31, 2021
1 parent 3ccde89 commit 3424868
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
[Z-Library](https://z-lib.org) browser and downloader for [reMarkable](https://remarkable.com/) devices

<p align="center">
<img src="https://i.imgur.com/VJ5vYmA.png" width="300" title="Browse">
<img src="https://i.imgur.com/tDJqmvi.png" width="300" title="Book metadata">
<img src="https://i.imgur.com/O4IzQfG.png" width="300" title="Browse">
<img src="https://i.imgur.com/n9SnfxV.png" width="300" title="Book metadata">
<img src="https://i.imgur.com/HsHWSEF.png" width="300" title="Search UI">
</p>

Expand All @@ -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
Expand Down Expand Up @@ -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`
Expand Down

0 comments on commit 3424868

Please sign in to comment.