Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed May 2, 2021
1 parent 530a053 commit 1ff4038
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,22 @@ Then close current Nautilus instance to apply the changes::
nautilus -q


Uninstalling (sources or PyPI packages)
---------------------------------------
Updating (PyPI package)
-----------------------

If you made a system-wide install (recommended)::

sudo pip3 install --upgrade nautilus_terminal
sudo nautilus-terminal --install-system

If you made an user install::

pip3 install --user --upgrade nautilus_terminal
python3 -m nautilus_terminal --user-install


Uninstalling (sources or PyPI package)
--------------------------------------

System-wide uninstall::

Expand Down Expand Up @@ -232,6 +246,9 @@ opening an issue:
Current user: nautilus-terminal --install-user
NOTE: you may need to replace the 'nautilus-terminal' command by 'python3 -m nautilus_terminal'.

* Try to get some logs from Nautilus::

nautilus -q && nautilus

If none of the above worked, please `open an issue
<https://github.com/flozz/nautilus-terminal/issues>`_ with as much information
Expand Down

0 comments on commit 1ff4038

Please sign in to comment.