You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UniversalJQ/README.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,5 @@
3
3
## ABOUT
4
4
5
5
- This project contains a distribution PKG, wrapped in a gzipped tarball, the contents of which include two child packages and runtime logic to install a platform-native binary of `jq` on either Intel (`x86_64`) or Apple silicon (`arm64`) Mac chipsets.
6
-
- The `x86_64` executable is sourced from the precompiled binary available on [JQ's releases page](https://github.com/stedolan/jq/releases/).
7
-
- The `arm64` executable is also derived from the above location, but compiled from source using a modified build script originally created by [@magnetikonline](https://gist.github.com/magnetikonline/58eb344e724d878345adc8622f72be13)
6
+
- Both `arm64` and `x86_64` executables are sourced from precompiled binaries available on the [JQ's releases page](https://github.com/jqlang/jq/releases/).
8
7
- This `jq` binary installs in `/Library/KandjiSE` with the executable bit set for immediate invocation.
0 commit comments