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

Merge pull request #2 from yorkie/master

just improve UX and update README
This commit is contained in:
Joseph Werle 2014-05-25 09:52:07 -04:00
commit 39c87da854
2 changed files with 16 additions and 1 deletions

View File

@ -2,3 +2,15 @@ bpkg
====
Lightweight bash package manager
### Installation
```sh
$ make install
```
### Usage
```
$ bpkg --help
```

View File

@ -9,7 +9,9 @@ error () {
## output usage
usage () {
echo "usage: bpkg [-hV] <command> [args]"
echo ""
echo " usage: bpkg [-hV] <command> [args]"
echo ""
}
## feature tests
@ -54,6 +56,7 @@ bpkg () {
;;
esac
usage
}
## export or run