mirror of
https://github.com/bpkg/bpkg
synced 2024-11-08 01:10:36 +00:00
Merge pull request #41 from juanpabloaj/readme-local-install
readme: about script to deps/bin in local install
This commit is contained in:
commit
c563f0f715
@ -73,6 +73,12 @@ $ bpkg install term
|
||||
$ ./deps/term/term.sh
|
||||
```
|
||||
|
||||
After a local install the `term.sh` script is copied as `term` to the `deps/bin` directory, you can add this directory to the `PATH` with
|
||||
|
||||
```sh
|
||||
export PATH=$PATH:/path_to_bkpg/deps/bin
|
||||
```
|
||||
|
||||
As a bonus, you can specify a **specific version**:
|
||||
|
||||
```sh
|
||||
|
Loading…
Reference in New Issue
Block a user