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
|
||||||
|
|
||||||
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.
|
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`
|
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
|
||||||
```
|
```
|
||||||
Usage:
|
|
||||||
(install|i|add) <package> Install a package
|
(install|i|add) <package> Install a package
|
||||||
(uninstall|d|del) <package> Uninstall a package
|
(uninstall|d|del) <package> Uninstall a package
|
||||||
(update|u) <package> Update a package
|
(update|u) <package> Update a package
|
||||||
|
@ -21,11 +13,9 @@ Usage:
|
||||||
```
|
```
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
||||||
- curl
|
- curl
|
||||||
|
|
||||||
# Building
|
# Building
|
||||||
|
|
||||||
You will need to run these with elevated privilages.
|
You will need to run these with elevated privilages.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
@ -33,6 +23,11 @@ $ make
|
||||||
# make install
|
# 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
|
||||||
Contributions are welcomed, feel free to open a pull request.
|
Contributions are welcomed, feel free to open a pull request.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue