Skip to content

Commit 181dbef

Browse files
salim-bbbhtt
authored andcommitted
docs: Tweak pipx install cmd
we don't have to clone the repo just to install the package, cf. https://pip.pypa.io/en/stable/topics/vcs-support/#url-fragments
1 parent aac65cf commit 181dbef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

node/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ required, however, you can disable it explicitly via `--no-xdg-layout`.
2020

2121
The easiest way to use this tool is to install it via
2222
[pipx](https://pypa.github.io/pipx/), the officially recommended way of
23-
installing Python packages, by running the following from this directory:
23+
installing Python packages, by running the following:
2424

2525
```
26-
$ pipx install .
26+
$ pipx install git+https://github.com/flatpak/flatpak-builder-tools.git#subdirectory=node
2727
```
2828

2929
## Complete examples

0 commit comments

Comments
 (0)