Skip to content

Commit

Permalink
Update README.md (#1)
Browse files Browse the repository at this point in the history
fixed syntax of `go get` command
  • Loading branch information
gedigi authored May 7, 2021
1 parent 768d11d commit 4eb77bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Check the [releases](https://github.com/freshautomations/stoml/releases) page.
## How to build it from source
Install [Golang](https://golang.org/doc/install), then run:
```cgo
GO111MODULE=on go get github.com/freshautomations/stoml.git
GO111MODULE=on go get github.com/freshautomations/stoml
```

## How to use
Expand Down

0 comments on commit 4eb77bc

Please sign in to comment.