Merge pull request #18 from gabeguz/install
Add installation instructions to README
This commit is contained in:
commit
f5b3436243
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
|
@ -4,8 +4,16 @@ comes with a command line program (also called `jkl`) which allows you to
|
||||||
interact with JIRA via the command line.
|
interact with JIRA via the command line.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
To use the library, simply import it into your application:
|
||||||
|
`import "github.com/otremblay/jkl"`
|
||||||
|
|
||||||
TODO: Describe the installation process
|
To install the command line application:
|
||||||
|
First, make sure you have a working go environment:
|
||||||
|
https://golang.org/doc/install
|
||||||
|
|
||||||
|
Then, execute the following command from your shell:
|
||||||
|
|
||||||
|
`$ go get github.com/otremblay/jkl/cmd/jkl`
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue