Skip to content

Commit

Permalink
[docs] update Installation.md for new macos-aarch64 target
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionizing committed May 8, 2024
1 parent 67e4044 commit 52f1320
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ For the binaries with _0.3.6_ci-test_ or upper version, they can run on most Lin
If it still complains with message like `/lib64/libc.so.6: version 'GLIBC_2.18' not found`, just switch to `-musl`
binary or build from scratch.

- `rsgrad-<VERSION>-macos-x86_64.tar.gz`: Binary for macOS system. `rsgrad` is developed on macOS 10.15, which
- `rsgrad-<VERSION>-macos-x86_64.tar.gz`: Binary for macOS (Intel). `rsgrad` is developed on macOS 13, which
means you are don't need to worry about the availability if you are using macOS.

- `rsgrad-<VERSION>-macos-aarch64.tar.gz`: Binary for macOS (Apple Silicon).

- `rsgrad-<VERSION>-windows-x86_64.zip`: Binary for Windows system. We have no plan to support 32-bit systems.

Download the corresponding binary and put it in `$PATH` (or `%PATH%` on Windows), and have fun!
Expand Down

0 comments on commit 52f1320

Please sign in to comment.