just improve UX and update README

pull/2/head
Yazhong Liu 10 years ago
parent 1c44da6e67
commit 6f66fea805

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