Skip to content

Commit 07cd473

Browse files
authored
Update README.md
1 parent b3e6702 commit 07cd473

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ If you use [`juliaup`](https://github.com/JuliaLang/juliaup) you can install 1.1
4848
```sh
4949
JULIA_LOAD_PATH="@:@stdlib" julia +nightly --startup-file=no -e 'using Pkg; Pkg.activate(temp=true); Pkg.Apps.add(url="https://github.com/ericphanson/SearchablePDFs.jl")'
5050
```
51-
to install a CLI executable `searchable-pdf`. You can re-run this to update it.
51+
to install a CLI executable `searchable-pdf` to the `bin` directory in your Julia depot (`~/.julia` by default). You will likely need to add your bin directory to your PATH, e.g.
52+
```sh
53+
export PATH="/Users/eph/.julia/bin:$PATH"
54+
```
55+
which can go in a shell startup script (e.g. `~/.bashrc` or `~/.zshrc`).
5256

53-
Here, we use `JULIA_LOAD_PATH` to ensure the global environment is not used.
57+
You can re-run this command to update it.

0 commit comments

Comments
 (0)