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:
commit
5bc4ebde32
@ -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`.
|
||||
|
Loading…
Reference in New Issue
Block a user