Skip to content

Commit

Permalink
docs: Small fixes on the install page
Browse files Browse the repository at this point in the history
  • Loading branch information
palvarez89 committed Jul 12, 2022
1 parent 1fdd078 commit 60bf501
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Package install

sudo apt-get install sibench

.. tab:: Debian (buster)
.. tab:: Debian Buster

.. include:: installation/debian-repo-setup.txt

Expand All @@ -33,7 +33,7 @@ Package install
.. note:: This step assumes you have buster-backports enabled. Not
recommended on environments with Ceph already installed.

.. tab:: Debian (bullseye)
.. tab:: Debian Bullseye

.. include:: installation/debian-repo-setup.txt

Expand All @@ -46,19 +46,19 @@ Binary Install
--------------
.. tabs::

.. tab:: Debian (bullseye)
.. tab:: Debian Bullseye

1. Install dependencies::

sudo apt install librados2 librbd1
sudo apt-get install librados2 librbd1

.. include:: installation/binary-install.txt

.. tab:: Ubuntu >= 20.04

1. Install dependencies::

sudo apt install librados2 librbd1
sudo apt-get install librados2 librbd1

.. include:: installation/binary-install.txt

Expand Down

0 comments on commit 60bf501

Please sign in to comment.