Skip to content

Commit

Permalink
Add note about execute permission and sample command to install
Browse files Browse the repository at this point in the history
  • Loading branch information
yudai committed Jul 26, 2015
1 parent c3ce918 commit 7688acc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -8,7 +8,11 @@ SSHH is inspired by [the cdd command](https://github.com/m4i/cdd).

## Installation

Put the `sshh` file to any directory included in the `$PATH` environment variable.
Put the `sshh` file to any directory included in the `$PATH` environment variable and give the execution permission to the file.

```sh
wget "https://raw.githubusercontent.com/yudai/sshh/master/sshh" && chmod a+x sshh
```

## Usage

Expand Down

0 comments on commit 7688acc

Please sign in to comment.