Skip to content
This repository has been archived by the owner on Dec 20, 2019. It is now read-only.

Commit

Permalink
fix install instruction (need to cd into dir)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs authored Jan 9, 2017
1 parent 748ebb2 commit 563752c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Installation
.. code-block:: bash
$ git clone https://github.com/zalando-stups/ssh-tunnels.git
$ python setup.py install
$ cd ssh-tunnels
$ sudo python3 setup.py install # remove "sudo" if you have user-local Python setup
Usage
=====
Expand Down

0 comments on commit 563752c

Please sign in to comment.