mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
Update README.md
This commit is contained in:
parent
31c0b79f81
commit
817dbf2c47
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# inkbox
|
||||
|
||||
## What is it?
|
||||
## About InkBox
|
||||
InkBox is an open-source, Qt-based eBook reader for Kobo devices. It also comes as an entire [native open-source OS](https://github.com/Kobo-InkBox/rootfs) support for a number of devices.
|
||||
<br>
|
||||
It features:
|
||||
|
@ -24,11 +24,12 @@ It features:
|
|||
## How do I install it?
|
||||
You can download precompiled OS/binaries [here](http://pkgs.kobox.fermino.me/bundles/inkbox/native/) and standard Nickel add-ons are available [there](http://pkgs.kobox.fermino.me/bundles/inkbox/nickel/), although support for them has been stopped until further notice. Huge thanks to [@fermino](https://github.com/fermino) for providing free hosting.
|
||||
<br>
|
||||
Flashing InkBox OS to your Kobo's SD card is as simple as doing, on most *nix machines, assuming that `inkbox.xz` is the file you downloaded and that `/dev/mmcblk0` is your SD card's device node:
|
||||
On PC, use [balenaEtcher](https://www.balena.io/etcher/) to flash the InkBox image file to the Kobo's SD card.
|
||||
|
||||
On UNIX-like machines, you can also use balenaEtcher but flashing InkBox OS to your Kobo's SD card is as simple as doing, assuming that `inkbox.xz` is the file you downloaded and that `/dev/mmcblk0` is your SD card's device node (check with `sudo fdisk -l`:
|
||||
```
|
||||
xzcat inkbox.xz | dd of=/dev/mmcblk0
|
||||
```
|
||||
For Windows users (and command line-reluctant *nix fellows), use [balenaEtcher](https://www.balena.io/etcher/).
|
||||
If you install the Nickel add-on, unpack the 'base' archive in the root of the onboard storage, not in any subfolder inside it.
|
||||
## How can I contribute?
|
||||
If you like this project and want to improve it in some way, feel free to fork this repository or [one of the subprojects this organization hosts](https://github.com/Kobo-InkBox), then make a [pull request](https://github.com/Kobo-InkBox/inkbox/pulls). I'll be happy to review it.
|
||||
|
|
Loading…
Reference in a new issue