mirror of
https://github.com/NohamR/papeer.git
synced 2026-05-25 20:00:47 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
079122f4a0 |
17
README.md
17
README.md
@@ -16,21 +16,20 @@ Ebook saved to "Hacker_News.epub"
|
|||||||
|
|
||||||
# Installation
|
# 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
|
## From source
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
go get -u github.com/lapwat/papeer
|
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)
|
## Install kindlegen to export websites to MOBI (optional)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
Reference in New Issue
Block a user