Skip to content

Commit

Permalink
completion install: do not change pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroscope committed Aug 18, 2017
1 parent 39c15a0 commit d1c9743
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/use-cases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,8 @@ including the above config snippet.
.. code-block:: shell
gh_raw="https://raw.githubusercontent.com/rtorrent-community/rtorrent-docs"
cd /tmp
wget -O completion-path.sh $gh_raw/master/docs/examples/completion-path.sh
bash completion-path.sh -h
wget -O /tmp/completion-path.sh $gh_raw/master/docs/examples/completion-path.sh
bash /tmp/completion-path.sh -h
.. _`completion-path.sh`: https://github.com/rtorrent-community/rtorrent-docs/blob/master/docs/examples/completion-path.sh
Expand Down

0 comments on commit d1c9743

Please sign in to comment.