mirror of
https://github.com/NohamR/papeer.git
synced 2026-05-25 20:00:47 +00:00
docs
This commit is contained in:
17
README.md
17
README.md
@@ -16,21 +16,20 @@ Ebook saved to "Hacker_News.epub"
|
||||
|
||||
# Installation
|
||||
|
||||
## From binary
|
||||
|
||||
```sh
|
||||
curl https://github.com/lapwat/papeer/releases/download/v0.0.2/papeer-v0.0.2 > papeer
|
||||
chmod +x papeer
|
||||
sudo mv papeer /usr/local/bin
|
||||
```
|
||||
|
||||
|
||||
## From source
|
||||
|
||||
```sh
|
||||
go get -u github.com/lapwat/papeer
|
||||
```
|
||||
|
||||
## From binary
|
||||
|
||||
```sh
|
||||
curl -L https://github.com/lapwat/papeer/releases/download/v0.0.2/papeer-v0.0.2 > papeer
|
||||
chmod +x papeer
|
||||
sudo mv papeer /usr/local/bin
|
||||
```
|
||||
|
||||
## Install kindlegen to export websites to MOBI (optional)
|
||||
|
||||
```sh
|
||||
|
||||
Reference in New Issue
Block a user