Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Umut Isik committed Mar 13, 2020
1 parent 8dd6024 commit c91b49d
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,35 @@ go build
Follow the steps;

```bash
> git clone [email protected]:umutphp/hacker-laws-cli.git
> cd hacker-laws-cli
> go run main.go
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
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
wget -O /usr/local/bin/hacker-laws-cli https://latest-binary-url

hacker-laws-cli
```

## How To Use
Expand Down

0 comments on commit c91b49d

Please sign in to comment.