Skip to content

Commit

Permalink
Add steps to fetch dependent go library
Browse files Browse the repository at this point in the history
  • Loading branch information
imesh authored Oct 17, 2017
1 parent 7d6da10 commit 6c7f4c0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ WSO2 API Manager CLI provides commands for migrating APIs between API manager en

## Getting Started

1. Clone this project and build it using the following command:
1. Clone this project and build it using the following commands:

```
git clone https://github.com/imesh/wso2-apim-cli
cd wso2-apim-cli
go get github.com/urfave/cli
go build .
```

Expand Down Expand Up @@ -73,4 +76,4 @@ WSO2 API Manager CLI provides commands for migrating APIs between API manager en
API Tapes-v1.0 published successfully
```

7. Login to the destination API manager publisher UI and verify the imported APIs.
7. Login to the destination API manager publisher UI and verify the imported APIs.

0 comments on commit 6c7f4c0

Please sign in to comment.