@clerk/cli-linux-arm64-musl 1.0.2-canary.b178f25 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -0
- package/bin/clerk +0 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# @clerk/cli-linux-arm64-musl
|
|
2
|
+
|
|
3
|
+
Platform-specific binary package for Clerk CLI on `linux-arm64-musl`.
|
|
4
|
+
|
|
5
|
+
Most users should install the top-level `clerk` package instead:
|
|
6
|
+
|
|
7
|
+
```sh
|
|
8
|
+
npm install -g clerk
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
This package is published as an internal optional dependency used by the `clerk` wrapper package.
|
package/bin/clerk
CHANGED
|
Binary file
|