Skip to content

Commit

Permalink
Fix typos in FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMuth authored and Davidy22 committed Mar 27, 2022
1 parent 9ef93a2 commit 2081945
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/user/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@ So on Ubuntu the following commands are equivalent:
.. code-block:: bash
$ sudo make install
$ sudo make install PREFIX=/usr/lobal
$ sudo make install PREFIX=/usr/local
On Archlinux this can be done by passing ``/usr`` as ``PREFIX``:

.. code-block:: bash
$ sudo make install PREFIX=/usr
which will changes the installation destination to ``/usr/lib/python3.x/site-packages/guake``.
which changes the installation destination to ``/usr/lib/python3.x/site-packages/guake``.

Note that the install script automatically determines to use whether to use
``dist-packages`` or ``site-packaes``.
Note that the install script automatically determines whether to use
``dist-packages`` or ``site-packages``.

For more details checkout the official PKGBUILD at
`archlinux.org <https://www.archlinux.org/packages/community/any/guake/>`_, the PKGBUILD on
Expand Down

0 comments on commit 2081945

Please sign in to comment.