Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jam7 committed Aug 12, 2021
1 parent fc4f39c commit 32f4f30
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,23 @@ $ sudo mkdir -p /mnt/Kindle
$ sudo mount -t drvfs D: /mnt/Kindle
```

Then, use narou send.
Then, use `narou send`.

```
$ narou send
```

Unmount them. This may takes for a while.

```
$ sudo umount /mnt/Kindle
```

### Run as web service (not tested recently)

Use `docker run -p IP-ADDRESS:8000-8001:8000-8001 narou web -p 8000 -n`. Narou.rb uses sepecified port 8000 for web server and +1 port 8001 for push_server.
Use `docker run -p IP-ADDRESS:8000-8001:8000-8001 narou web -p 8000 -n`.
The narou.rb uses sepecified port 8000 for web server and +1 port 8001
for push_server.

## How to convert old data

Expand Down

0 comments on commit 32f4f30

Please sign in to comment.