Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Nov 12, 2024
1 parent 7be525f commit 8cad083
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,20 @@ Finally, you can install it using `pip

.. code-block:: bash
$ pip install --user borgbackup
$ pip install borgbackup
Download and install *Emborg* as follows (requires Python3.6 or better):

.. code-block:: bash
$ pip install --user emborg
$ pip install emborg
Or, if you want the development version, use:

.. code-block:: bash
$ git clone https://github.com/KenKundert/emborg.git
$ pip install --user ./emborg
$ pip install ./emborg
You may also need to install and configure either a notification daemon or
a mail daemon. This allows errors to be reported when you are not running
Expand Down

0 comments on commit 8cad083

Please sign in to comment.