2
0
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:
Joseph Werle 2015-02-23 08:02:42 -05:00
commit c563f0f715

View File

@ -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