docs(README): update Homebrew Cask and scoop install tip for all languages (#1880)
## Description Adds the official Homebrew Cask install command for macOS to the README installation tip. This lets macOS users install AIRI directly with: ```sh brew install --cask airi ``` without needing to add a custom Homebrew tap. ## Linked Issues Related to #866 Related to #1431 ## Additional Context AIRI is now available as a Homebrew Cask, so the previous tap-based installation discussion can be resolved with the standard cask install flow.
This commit is contained in:
@@ -142,6 +142,12 @@
|
||||
> scoop bucket add airi https://github.com/moeru-ai/airi
|
||||
> scoop install airi/airi
|
||||
> ```
|
||||
>
|
||||
> On macOS, you can install AIRI with [Homebrew Cask](https://brew.sh/) without adding a custom tap:
|
||||
>
|
||||
> ```sh
|
||||
> brew install --cask airi
|
||||
> ```
|
||||
|
||||
> [!WARNING]
|
||||
> **Attention:** We **do not** have any officially minted cryptocurrency or token associated with this project. Please check the information and proceed with caution.
|
||||
|
||||
Reference in New Issue
Block a user