2
0
mirror of https://github.com/bpkg/bpkg synced 2024-11-08 01:10:36 +00:00

Merge pull request #35 from juanpabloaj/install-as-user

make install in a user directory
This commit is contained in:
Joseph Werle 2015-02-21 12:03:12 -05:00
commit 5bc4ebde32

View File

@ -38,6 +38,14 @@ $ cd bpkg
$ make install
```
Or in a directory with user write permission, like `$HOME/opt/bin`
```sh
$ git clone https://github.com/bpkg/bpkg.git
$ cd bpkg
$ PREFIX=$HOME/opt make install
```
## Usage
You use `bpkg` by simply sending commands, pretty much like `npm` or `pip`.