Skip to content

Commit b3e6702

Browse files
authored
Update app install instructions
1 parent f918d6f commit b3e6702

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ Supports `@main` and on v1.12 an app `searchable-pdf`.
4646

4747
If you use [`juliaup`](https://github.com/JuliaLang/juliaup) you can install 1.12 with `juliaup add nightly`, then run
4848
```sh
49-
julia +nightly --startup-file=no -e 'using Pkg; Pkg.Apps.add(url="https://github.com/ericphanson/SearchablePDFs.jl")'
49+
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
```
5151
to install a CLI executable `searchable-pdf`. You can re-run this to update it.
52+
53+
Here, we use `JULIA_LOAD_PATH` to ensure the global environment is not used.

0 commit comments

Comments
 (0)