Skip to content

Commit

Permalink
Added source links to install script for Darwin.
Browse files Browse the repository at this point in the history
  • Loading branch information
janpfeifer committed Nov 25, 2024
1 parent 3525341 commit b6a2142
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ Currently, Darwin (MacOS) 🚧🛠 it only works with statically linked PJR CPU
It's slower to build (it adds a couple of seconds) but your program is statically linked and can more
easily be distributed (without needing to install the PJRT plugin).

To install run ([see source](https://github.com/gomlx/gopjrt/blob/main/cmd/install_darwin_arm64.sh))):

```bash
curl -sSf https://raw.githubusercontent.com/gomlx/gopjrt/main/cmd/install_darwin_arm64.sh | bash
```
Expand All @@ -258,6 +260,8 @@ Currently, Darwin (MacOS) 🚧🛠 it only works with statically linked PJR CPU
It's slower to build (it adds some seconds) but your program is statically linked and can more
easily be distributed (without needing to install the PJRT plugin).

To install run ([see source](https://github.com/gomlx/gopjrt/blob/main/cmd/install_darwin_arm64.sh))):

```bash
curl -sSf https://raw.githubusercontent.com/gomlx/gopjrt/main/cmd/install_darwin_amd64.sh | bash
```
Expand Down

0 comments on commit b6a2142

Please sign in to comment.