Skip to content

Commit

Permalink
chose: updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ymauray committed Sep 17, 2022
1 parent 2b88b36 commit ba40529
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,8 @@
<h2 align="center"></h2>
<p align="center" style="color: red;"><b>WARNING</b></p>
<p align="center">
<tt>deborah</tt> is still in development, and should absolutely and definitely not be used in production.<br/>
Some functionalities are missing, others are broken.
<tt>deborah</tt> is still in its early stage of infancy. There are things that may not work properly. If so, keep calm, and send a pull request !
</p>
<h1 align="center">
You've been warned.
</h1>

## Introduction

Expand All @@ -30,7 +26,12 @@

Since `deborah` uses [deb-get](https://github.com/wimpysworld/deb-get), you first need to install that.

Then, you can install `deborah` with the following command:
Then, download the .deb from the [release](https://github.com/ymauray/deborah/releases) page, and install it using this command :
```sh
$ sudo apt install ./deborah_xxxxxx.deb
```

Once `Deborah` is supported by `deb-get` (a pull request has been sent), you will be able to install it with this command :

```sh
$ sudo deb-get install deborah
Expand Down

0 comments on commit ba40529

Please sign in to comment.