mirror of
https://github.com/go-shiori/shiori.git
synced 2024-12-26 17:51:10 +08:00
Added requirement to install jq before running wallabag import script
parent
19f800b1fe
commit
7167678647
1 changed files with 6 additions and 3 deletions
9
Usage.md
9
Usage.md
|
@ -133,10 +133,13 @@ rm pocket2shiori.sh 'path_to_your/pocket_export.html'
|
|||
|
||||
1. Export your entries from Wallabag as a json file
|
||||
|
||||
2. Download the shell script [here](https://gist.githubusercontent.com/Aerex/01499c66f6b36a5d997f97ca1b0ab5b1/raw/bf793515540278fc675c7769be74a77ca8a41e62/wallabag2shiori). Similar to the `pocket2shiori.sh` script if you are shiori is in a docker container
|
||||
you will next to run this script inside the container.
|
||||
2. Install [jq](https://stedolan.github.io/jq/download/). You will need this installed before running the script.
|
||||
|
||||
3. Execute the script. Here are the commands that you can run.
|
||||
3. Download the shell script
|
||||
[here](https://gist.githubusercontent.com/Aerex/01499c66f6b36a5d997f97ca1b0ab5b1/raw/bf793515540278fc675c7769be74a77ca8a41e62/wallabag2shiori). Similar to the `pocket2shiori.sh` script if you are shiori is in a docker container you will next to run this script
|
||||
inside the container.
|
||||
|
||||
4. Execute the script. Here are the commands that you can run.
|
||||
|
||||
```sh
|
||||
curl -sSOL
|
||||
|
|
Loading…
Reference in a new issue