Skip to content

Commit c6e1bcd

Browse files
committed
update readme and version no.
1 parent 5b6fbb8 commit c6e1bcd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ GLOBAL OPTIONS:
3939

4040
### Install
4141

42+
##### Install from go get
43+
44+
`go get github.com/FrontMage/dynamo.cli`
45+
4246
##### Install from source
4347

4448
Note this method requires [dep](https://github.com/golang/dep) command installed.

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ func main() {
183183
app := &cli.App{
184184
Name: "dynamo.cli",
185185
Usage: "DynamoDB command line prompt",
186-
Version: "0.1.0",
186+
Version: "0.1.1",
187187
Authors: []*cli.Author{&cli.Author{
188188
Name: "xinbg",
189189

0 commit comments

Comments
 (0)