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

Commit 2c880d3

Browse files
authored
Remove the tap and untap brew installation command (#859)
1 parent 11c9290 commit 2c880d3

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Install using NPM package:
4848
# Install using NPM
4949
npm i -g cortexso
5050
# Run model
51-
cortex run llama3
51+
cortex run mistral
5252
# To uninstall globally using NPM
5353
npm uninstall -g cortexso
5454
```
@@ -57,12 +57,10 @@ npm uninstall -g cortexso
5757
Install using Homebrew:
5858
``` bash
5959
# Install using Brew
60-
brew tap janhq/cortexso
6160
brew install cortexso
6261
# Run model
63-
cortex run llama3
62+
cortex run mistral
6463
# To uninstall using Brew
65-
brew untap janhq/cortexso
6664
brew uninstall cortexso
6765
```
6866
> You can also install Cortex using the Cortex Installer available on [GitHub Releases](https://github.com/janhq/cortex/releases).

cortex-js/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Install using NPM package:
4949
# Install using NPM
5050
npm i -g cortexso
5151
# Run model
52-
cortex run llama3
52+
cortex run mistral
5353
# To uninstall globally using NPM
5454
npm uninstall -g cortexso
5555
```
@@ -58,12 +58,10 @@ npm uninstall -g cortexso
5858
Install using Homebrew:
5959
``` bash
6060
# Install using Brew
61-
brew tap janhq/cortexso
6261
brew install cortexso
6362
# Run model
64-
cortex run llama3
63+
cortex run mistral
6564
# To uninstall using Brew
66-
brew untap janhq/cortexso
6765
brew uninstall cortexso
6866
```
6967
> You can also install Cortex using the Cortex Installer available on [GitHub Releases](https://github.com/janhq/cortex/releases).

0 commit comments

Comments
 (0)