Skip to content

Commit 8d1cb9d

Browse files
committed
small tweaks
1 parent 1ce418a commit 8d1cb9d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ Manifest.toml
88
/files
99
/build
1010
deps/build.log
11+
deps/lib

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ file = ocr("test/test_rasterized.pdf")
4545

4646
Call
4747
```julia
48+
using SearchablePDFs
4849
SearchablePDFs.comonicon_install()
4950
```
50-
to install a CLI script.
51+
to install a CLI script powered by [Comonicon.jl](https://github.com/comonicon/Comonicon.jl) to `~/.julia/bin/searchable`. Add that folder to your PATH to be able to use `searchable` as an executable.

0 commit comments

Comments
 (0)