Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RashadAnsari authored Jul 12, 2021
1 parent 66730c3 commit 8420dba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@

[![Build Status][1]][2]

Gola is a Golang tool for automated scripting purpose
Gola is a Golang tool for automated scripting purpose.

## How To Install

You can install `gola` using below command.

```bash
OS=darwin ARCH=amd64 VERSION=v0.2.2; wget https://github.com/RashadAnsari/gola/releases/download/$VERSION/gola-$VERSION-$OS-$ARCH && chmod +x gola-$VERSION-$OS-$ARCH && mv gola-$VERSION-$OS-$ARCH gola && mv gola /usr/local/bin
```
Expand Down

0 comments on commit 8420dba

Please sign in to comment.