From bbd7bbb68cea15396b4779b554c8503991656073 Mon Sep 17 00:00:00 2001 From: night0721 Date: Wed, 22 May 2024 11:04:38 +0100 Subject: [PATCH] update readme to remove unnecessary blank line --- README.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b49eeb8..2ad8c6f 100644 --- a/README.md +++ b/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) Install a package (uninstall|d|del) Uninstall a package (update|u) 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.