edit README
This commit is contained in:
parent
d050f00afe
commit
085500d216
1 changed files with 8 additions and 0 deletions
|
|
@ -35,6 +35,10 @@ Call `nix-shell` in the project directory. This will drop you into a python envi
|
||||||
|
|
||||||
Install the requirements with `pip install -r requirements.txt`.
|
Install the requirements with `pip install -r requirements.txt`.
|
||||||
|
|
||||||
|
### Android
|
||||||
|
|
||||||
|
Use [Nix-on-Droid](https://github.com/t184256/nix-on-droid) and call `nix-shell`.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
@ -126,3 +130,7 @@ Articles inside are never deleted, even if they expire the max_age.
|
||||||
|
|
||||||
Articles are stored in files with the name `YYYYMMDDHHmm_article_name.md`.
|
Articles are stored in files with the name `YYYYMMDDHHmm_article_name.md`.
|
||||||
Thus articles are sorted by publishing date automatically.
|
Thus articles are sorted by publishing date automatically.
|
||||||
|
|
||||||
|
## Read articles on multiple devices
|
||||||
|
|
||||||
|
Just synchronize the base_dir with [Syncthing](https://syncthing.net/) or put it in your [Nextcloud](https://nextcloud.com/)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue