zeio commited on
Commit
ebdb65f
·
verified ·
1 Parent(s): 1f9a6c3

fix(readme): added commands for synchronizing threads and index

Browse files
Files changed (1) hide show
  1. README.md +7 -0
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
+ ```