Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 81b6855

Browse files
authored
Add brew installer section (#822)
1 parent b01da3b commit 81b6855

File tree

2 files changed

+26
-6
lines changed

2 files changed

+26
-6
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,27 @@ Ensure that your system meets the following requirements to run Cortex:
3838

3939
> Visit [Quickstart](https://cortex.jan.ai/docs/quickstart) to get started.
4040
41+
### NPM
42+
Install using NPM package:
4143
``` bash
4244
# Install using NPM
4345
npm i -g cortexso
44-
# Install using Brew
45-
brew tap janhq/cortexso
46-
brew install cortexso
4746
# Run model
4847
cortex run llama3
4948
# To uninstall globally using NPM
5049
npm uninstall -g cortexso
5150
```
51+
52+
### Homebrew
53+
Install using Homebrew:
54+
``` bash
55+
# Install using Brew
56+
brew install cortexso
57+
# Run model
58+
cortex run llama3
59+
# To uninstall using Brew
60+
brew uninstall cortexso
61+
```
5262
> You can also install Cortex using the Cortex Installer available on [GitHub Releases](https://github.com/janhq/cortex/releases).
5363
5464
To run Cortex as an API server:

cortex-js/README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,27 @@ Ensure that your system meets the following requirements to run Cortex:
3939
> Visit [Quickstart](https://cortex.jan.ai/docs/quickstart) to get started.
4040
4141

42+
### NPM
43+
Install using NPM package:
4244
``` bash
4345
# Install using NPM
4446
npm i -g cortexso
45-
# Install using Brew
46-
brew tap janhq/cortexso
47-
brew install cortexso
4847
# Run model
4948
cortex run llama3
5049
# To uninstall globally using NPM
5150
npm uninstall -g cortexso
5251
```
52+
53+
### Homebrew
54+
Install using Homebrew:
55+
``` bash
56+
# Install using Brew
57+
brew install cortexso
58+
# Run model
59+
cortex run llama3
60+
# To uninstall using Brew
61+
brew uninstall cortexso
62+
```
5363
> You can also install Cortex using the Cortex Installer available on [GitHub Releases](https://github.com/janhq/cortex/releases).
5464
5565
To run Cortex as an API server:

0 commit comments

Comments
 (0)