Skip to content

Commit

Permalink
Minor typo fixes on README
Browse files Browse the repository at this point in the history
  • Loading branch information
Umut Isik committed Mar 13, 2020
1 parent 5167327 commit 8dd6024
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,31 @@ go build

Follow the steps;

```bash
> git clone [email protected]:umutphp/hacker-laws-cli.git
> cd hacker-laws-cli
> go run main.go
```

### Build as binary

Follow the steps;

```bash
> git clone [email protected]:umutphp/hacker-laws-cli.git
> cd hacker-laws-cli
> sudo go build -o /usr/local/bin/hacker-laws-cli .
> hacker-laws-cli list
```

### Download and use official binary

Visit the latest release page and download the binary correspondingly.

```bash
> wget -O /usr/local/bin/hacker-laws-cli https://latest-binary-url
> hacker-laws-cli
```

## How To Use

Expand Down

0 comments on commit 8dd6024

Please sign in to comment.