Merge pull request #2 from yorkie/master

just improve UX and update README
pull/3/merge
Joseph Werle 10 years ago
commit 39c87da854

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

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

Loading…
Cancel
Save