Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
agaurav committed Nov 26, 2021
1 parent 3f7b5bf commit 8482827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ export PATH=`go env GOPATH`/bin:$PATH
###### For Linux

``` shell
wget -O - https://github.com/SumoLogic-Incubator/slogen/releases/download/v0.6.2/slogen_0.6.2_Linux_x86_64.tar.gz | tar xvz -C /path/to/bin
wget -O - https://github.com/SumoLogic-Incubator/slogen/releases/download/v0.7.0/slogen_0.7.0_Linux_x86_64.tar.gz | tar xvz -C /path/to/bin
```

###### For Mac

``` shell
wget -O - https://github.com/SumoLogic-Incubator/slogen/releases/download/v0.6.2/slogen_0.6.2_Darwin_x86_64.tar.gz | tar xvz -C /path/to/bin
wget -O - https://github.com/SumoLogic-Incubator/slogen/releases/download/v0.7.0/slogen_0.7.0_Darwin_x86_64.tar.gz | tar xvz -C /path/to/bin
```

### Using the tool
Expand Down

0 comments on commit 8482827

Please sign in to comment.