We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2670b commit abd6775Copy full SHA for abd6775
README.md
@@ -78,14 +78,17 @@ Read more about Elide's [feature highlights](https://elide.dev)
78
79
## Installation
80
81
-You can install Elide on Linux (amd64) or macOS (amd64/arm64) by running:
+You can install Elide on Linux (amd64) or macOS (arm64) by running:
82
83
```shell
84
curl -sSL --tlsv1.2 elide.sh | bash -s -
85
```
86
87
After installation, you can run `elide --help` or `elide info` to see more information.
88
89
+> [!NOTE]
90
+> If you need a binary for a different arch, please file an issue.
91
+
92
### Using Elide via Docker
93
94
We provide a container image, hosted on GitHub:
0 commit comments