File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ This guide explains how to use the **pyrxiv** command-line interface (CLI) to se
1414- [ Command 2: download_pdfs] ( #command-2-download_pdfs )
1515- [ Complete Pipeline Examples] ( #complete-pipeline-examples )
1616- [ Best Practices] ( #best-practices )
17+ - [ Troubleshooting] ( #troubleshooting )
1718
1819## Installation
1920
@@ -103,7 +104,7 @@ If you only need PDFs and want to clean up metadata files:
103104pyrxiv search_and_download --category cond-mat.str-el --n-papers 5 --save-hdf5 --delete-hdf5
104105```
105106
106- Note: You must use ` --save-hdf5 ` even if you're deleting HDF5 files, as the files need to be created first before deletion.
107+ ** Note** : You must use ` --save-hdf5 ` even if you're deleting HDF5 files, as the files need to be created first before deletion.
107108
108109#### Resuming from a Specific Paper
109110
You can’t perform that action at this time.
0 commit comments