Skip to content

Commit

Permalink
Merge pull request #1 from jaykwon/master
Browse files Browse the repository at this point in the history
Update README.md to include missing `aws-ssh-cli` symlink step.
  • Loading branch information
arusahni committed May 18, 2017
2 parents 9a950e0 + 5a0b624 commit 255196b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ to your PATH. For example:
$ mkvirtualenv -p $(which python3) aws-ssh # Python 3 recommended
$ pip install aws-ssh
# Assuming ~/bin/ is in your $PATH...
$ ln -s ~/.virtualenvs/aws-ssh/bin/{aws-ssh,awssh,ssh-ec2} ~/bin/
$ ln -s ~/.virtualenvs/aws-ssh/bin/{aws-ssh,awssh,ssh-ec2,aws-ssh-cli} ~/bin/
$ deactivate
```

Expand Down

0 comments on commit 255196b

Please sign in to comment.