update readme to remove unnecessary blank line

This commit is contained in:
Night Kaly 2024-05-22 11:04:38 +01:00
parent 05625e1917
commit bbd7bbb68c
Signed by: night0721
GPG key ID: 957D67B8DB7A119B

View file

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