Skip to content

Commit

Permalink
remove arm installation instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jimjbrettj committed Mar 28, 2023
1 parent 916559d commit 3e9845c
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,23 +81,6 @@ make install

To install Gossamer

#### Troubleshooting for Apple Silicon users

Apple Silicon users may encounter these errors:

```sh
undefined: cWasmerImportObjectT
undefined: cWasmerImportFuncT
undefined: cWasmerValueTag
```

If so, set the following
[Golang environment variables](https://pkg.go.dev/cmd/go#hdr-Environment_variables):

```sh
GOARCH="amd64"
```

## Use Gossamer

A comprehensive guide to
Expand Down

0 comments on commit 3e9845c

Please sign in to comment.