update readme to remove unnecessary blank line
This commit is contained in:
parent
05625e1917
commit
bbd7bbb68c
1 changed files with 5 additions and 10 deletions
15
README.md
15
README.md
|
@ -1,18 +1,10 @@
|
|||
# bob
|
||||
|
||||
bob is a **B**inary **O**nly package manager that is for managing my publicly published softwares. Sample repository can be found on [here](https://github.com/night0721/bob-packages), only works on musl-libc system.
|
||||
|
||||
It is recommended to have `XDG_DATA_HOME` defined to store the database for bob, otherwise database file would be created at `~/.cache`
|
||||
|
||||
# Customizing
|
||||
|
||||
You may use your own Github repository for supplying the binaries, or other platforms but requiring you to modify the source to use other URL to download.
|
||||
|
||||
All these customizations can be done in `bob.h`
|
||||
|
||||
# Usage
|
||||
```
|
||||
Usage:
|
||||
(install|i|add) <package> Install a package
|
||||
(uninstall|d|del) <package> Uninstall a package
|
||||
(update|u) <package> Update a package
|
||||
|
@ -21,11 +13,9 @@ Usage:
|
|||
```
|
||||
|
||||
# Dependencies
|
||||
|
||||
- curl
|
||||
|
||||
# Building
|
||||
|
||||
You will need to run these with elevated privilages.
|
||||
|
||||
```sh
|
||||
|
@ -33,6 +23,11 @@ $ make
|
|||
# make install
|
||||
```
|
||||
|
||||
# Customizing
|
||||
You may use your own Github repository for supplying the binaries, or other platforms but requiring you to modify the source to use other URL to download.
|
||||
|
||||
All these customizations can be done in `bob.h`
|
||||
|
||||
# Contributions
|
||||
Contributions are welcomed, feel free to open a pull request.
|
||||
|
||||
|
|
Loading…
Reference in a new issue