Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alwindoss authored Jun 10, 2017
1 parent 5fcf7e3 commit c59b814
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# acron
###Acronym Store
##Install
`go get -u github.com/alwindoss/acron`
Add `$GOPATH/bin` to `$PATH`

##Commands
`acron add --key SRS --value "Software Requirements Specification"`
`acron get --key SRS`
### Acronym Store

##Contributions
Any kind of contribution is welcome. Fork and raise a pull request
## Install
`go get -u github.com/alwindoss/acron`

Add `$GOPATH/bin` to `$PATH`

## Commands
`acron add --key SRS --value "Software Requirements Specification"`

`acron get --key SRS`

## Contributions
Any kind of contribution is welcome. Fork and raise a pull request

0 comments on commit c59b814

Please sign in to comment.