Skip to content

Commit

Permalink
Update quickstart.md
Browse files Browse the repository at this point in the history
v4-alpha doesnt exist
  • Loading branch information
mfreeman451 committed Apr 27, 2024
1 parent d8afce4 commit 7bfa3f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ This guide walks through an example of building a simple memcached-operator usin
operator-sdk init --domain example.com --repo github.com/example/memcached-operator
```

**Note** If your local environment is Apple Silicon (`darwin/arm64`) use the `go/v4-alpha`
plugin which provides support for this platform by adding to the init subCommand the flag `--plugins=go/v4-alpha`
**Note** If your local environment is Apple Silicon (`darwin/arm64`) use the `go/v4`
plugin which provides support for this platform by adding to the init subCommand the flag `--plugins=go/v4`

1. Create a simple Memcached API:

Expand Down

0 comments on commit 7bfa3f6

Please sign in to comment.