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

Commit 2bd053b

Browse files
authored
Fix: readme added the tap brew install code (#839)
1 parent b0a0356 commit 2bd053b

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,12 @@ npm uninstall -g cortexso
5353
Install using Homebrew:
5454
``` bash
5555
# Install using Brew
56+
brew tap janhq/cortexso
5657
brew install cortexso
5758
# Run model
5859
cortex run llama3
5960
# To uninstall using Brew
61+
brew untap janhq/cortexso
6062
brew uninstall cortexso
6163
```
6264
> 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: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Cortex currently supports 3 inference engines:
2121

2222
## Quicklinks
2323

24-
- [Homepage](https://cortex.jan.ai/)
25-
- [Docs](https://cortex.jan.ai/docs/)
24+
- [Homepage](https://cortex.so/)
25+
- [Docs](https://cortex.so/docs/)
2626

2727
## Quickstart
2828
### Prerequisites
@@ -36,7 +36,7 @@ Ensure that your system meets the following requirements to run Cortex:
3636
- Windows 10 or higher.
3737
- Ubuntu 22.04 and later.
3838

39-
> Visit [Quickstart](https://cortex.jan.ai/docs/quickstart) to get started.
39+
> Visit [Quickstart](https://cortex.so/docs/quickstart) to get started.
4040
4141

4242
### NPM
@@ -54,10 +54,12 @@ npm uninstall -g cortexso
5454
Install using Homebrew:
5555
``` bash
5656
# Install using Brew
57+
brew tap janhq/cortexso
5758
brew install cortexso
5859
# Run model
5960
cortex run llama3
6061
# To uninstall using Brew
62+
brew untap janhq/cortexso
6163
brew uninstall cortexso
6264
```
6365
> You can also install Cortex using the Cortex Installer available on [GitHub Releases](https://github.com/janhq/cortex/releases).
@@ -101,7 +103,7 @@ npm link
101103
## Cortex CLI Commands
102104

103105
The following CLI commands are currently available.
104-
See [CLI Reference Docs](https://cortex.jan.ai/docs/cli) for more information.
106+
See [CLI Reference Docs](https://cortex.so/docs/cli) for more information.
105107

106108
```bash
107109

0 commit comments

Comments
 (0)