Skip to content

Commit

Permalink
Improved install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary authored Sep 18, 2019
1 parent e344456 commit 113dbac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ Wasmer is a Go library for executing WebAssembly binaries.
To install the library, follow the classical:

```sh
# Enable cgo
$ export CGO_ENABLED=1; export CC=gcc;

$ go get github.com/wasmerio/go-ext-wasm/wasmer
```

To install the `go-wasmer` CLI, follow the classical:

```sh
# Enable cgo
$ export CGO_ENABLED=1; export CC=gcc;

$ go install github.com/wasmerio/go-ext-wasm/go-wasmer
```

Expand Down

0 comments on commit 113dbac

Please sign in to comment.