Skip to content

Commit

Permalink
examples/out_of_tree: Correct pipx argument order in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
galibert committed Sep 22, 2024
1 parent 0ff07e2 commit f07f42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/out_of_tree/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Most applets currently reside in-tree (within the `glasgow` repository or its fo
To use this feature, first install the out-of-tree applet. With the recommended method of installation (pipx) this can be done with:

```console
$ pipx inject glasgow -e ./examples/out_of_tree
$ pipx inject -e glasgow ./examples/out_of_tree
```

Once installed, the applet is runnable provided a special environment variable is set:
Expand Down

0 comments on commit f07f42b

Please sign in to comment.