Skip to content

Commit

Permalink
Remove pointless info in README
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Jan 30, 2020
1 parent b44efa0 commit 6972cf8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,8 @@ To install crunchy, simply run:

go get github.com/muesli/crunchy

To compile it from source:

cd $GOPATH/src/github.com/muesli/crunchy
go get -u -v
go build && go test -v

## Example

```go
package main

Expand Down Expand Up @@ -73,6 +68,7 @@ func main() {
```

## Custom Options

```go
package main

Expand Down

0 comments on commit 6972cf8

Please sign in to comment.