-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update README.md file && add flags for add and update command
- Loading branch information
Showing
4 changed files
with
48 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,18 @@ | ||
# manssh | ||
Manage your ssh alias configs. | ||
manssh is a conmand line tool for manage your ssh alias config easily, inspire by [storm](https://github.com/emre/storm) project, power by Go. | ||
|
||
## Install | ||
|
||
#### Go | ||
|
||
```shell | ||
go get github.com/xwjdsh/manssh | ||
``` | ||
|
||
#### Manual | ||
|
||
Download it from [releases](https://github.com/xwjdsh/manssh/releases), and extact it to your `PATH` environment. | ||
|
||
## Licence | ||
|
||
[MIT License](https://github.com/xwjdsh/manssh/blob/master/LICENSE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters