fix(readme): added commands for synchronizing threads and index
Browse files
README.md
CHANGED
|
@@ -5,3 +5,10 @@ license: apache-2.0
|
|
| 5 |
# Patch
|
| 6 |
|
| 7 |
Threads pulled from 2ch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
# Patch
|
| 6 |
|
| 7 |
Threads pulled from 2ch
|
| 8 |
+
|
| 9 |
+
To synchronize the threads:
|
| 10 |
+
|
| 11 |
+
```sh
|
| 12 |
+
python -m much sync -i assets/patch/index.tsv -p assets/patch/threads -t assets/orphan
|
| 13 |
+
python -m much sort -s assets/patch/index.tsv -d assets/patch/index.tsv -t assets/patch/threads
|
| 14 |
+
```
|