From ddc6cb527732affff5b10fffe13f35de07367210 Mon Sep 17 00:00:00 2001 From: Jonathan Rubenstein Date: Sat, 25 Dec 2021 20:32:29 +0200 Subject: [PATCH] [doc] obs: Install polish --- doc/obs.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/obs.rst b/doc/obs.rst index ddf574ed..44c4eb18 100644 --- a/doc/obs.rst +++ b/doc/obs.rst @@ -47,7 +47,7 @@ These instructions are similar to building the cmake -DUSER_INSTALL=1 ../ make -Alternatively if you would like to install the plugin for all users. +Alternatively, if you would like to install the plugin for all users. .. code:: bash @@ -65,9 +65,13 @@ You can install the plugin by running ``make install``. make install -If you opted to install the plugin for all users you will need to run +If you've opted to install the plugin for all users, you will need to run this command as ``root``. +.. code:: bash + + sudo make install + Setup ~~~~~