From cd3d39aa4a0e43a9adc0e5d8ae8bc1e02810f0f4 Mon Sep 17 00:00:00 2001 From: JuanPablo Date: Mon, 23 Feb 2015 01:58:56 +0000 Subject: [PATCH] readme: about script to deps/bin in local install --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 40e2787..60eeb6b 100644 --- a/README.md +++ b/README.md @@ -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