Skip to content

Commit 850a214

Browse files
authored
Merge pull request #3 from restcli/add_install_docs
Update how to install
2 parents 2bf25eb + 5c35d06 commit 850a214

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/how-to-use.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ title: How to use
44
sidebar_label: How to use
55
---
66

7+
# Install
8+
There are two ways to get the restcli.
9+
10+
[1] - The fastest way to get rest cli is download jar from [relese tabs](https://github.com/restcli/restcli/releases)
11+
12+
[2] - Install via homebrew
13+
```shell script
14+
brew tap restcli/restcli
15+
brew install restcli
16+
```
17+
# Usage
18+
719
```
820
Usage: rest-cli [-hV] [-e=<environmentName>] [-l=<logLevel>]
921
[-r=<testReportNames>] FILES...

0 commit comments

Comments
 (0)