Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
qmuntal committed Feb 23, 2021
1 parent 4d352e9 commit 035c126
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 @@ -60,7 +60,7 @@ export CGO_LDFLAGS="-L/usr/local/lib -ldraco_c"
Please note that you will need to run this line of code one time in your current session in order to build or run the code, in order to setup the needed ENV variables. Once you have done so, you can execute code that uses `draco-go` with your custom environment like this:

```bash
go run -tags customenv ./example/decode
go run -tags customenv ./examples/decode
```

## Third party notice
Expand Down

0 comments on commit 035c126

Please sign in to comment.