Skip to content
This repository has been archived by the owner on Nov 8, 2020. It is now read-only.

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinjamul committed Sep 12, 2020
1 parent a7bae9a commit 0d848c3
Show file tree
Hide file tree
Showing 4 changed files with 330 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ gtodo

# Dependency directories (remove the comment below to include it)
# vendor/
go.sum
File renamed without changes.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,19 @@ Run ,

`./gtodo`

## INSTALLING

copy into any $PATH
If you want you can install by copying into any $PATH

example,
For example,

`cp gtodo $GOPATH/bin`


## INSTALLING

Using Gtodo is easy. First, use go get to install the latest version of the library. This command will install the `gtodo` generator executable along with the library and its dependencies:

`go get -u github.com/mrinjamul/gtodo`

## License

- Apache-2.0
Loading

0 comments on commit 0d848c3

Please sign in to comment.