wip readme
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
simonpetit 2024-12-09 14:07:35 +00:00
parent a7b0c45ca1
commit 8aeeba1032

View File

@ -9,12 +9,18 @@ It only is designed in bash script, and should work perfectly fine on any Unix
like machine. like machine.
``` ```
git clone https://git.simonpetit.top git clone https://git.simonpetit.top/simonpetit/bob
cd bob cd bob
make test (optional) make test
sudo make install sudo make install
``` ```
or using Docker :
```
docker pull git.simonpetit.top/simonpetit/bob:0.1.0
```
## Usage ## Usage
### Publish : to convert a drafts in markdown into a html article ### Publish : to convert a drafts in markdown into a html article