This repository was archived by the owner on Jul 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,12 @@ npm uninstall -g cortexso
5353Install using Homebrew:
5454``` bash
5555# Install using Brew
56+ brew tap janhq/cortexso
5657brew install cortexso
5758# Run model
5859cortex run llama3
5960# To uninstall using Brew
61+ brew untap janhq/cortexso
6062brew uninstall cortexso
6163```
6264> You can also install Cortex using the Cortex Installer available on [ GitHub Releases] ( https://github.com/janhq/cortex/releases ) .
Original file line number Diff line number Diff 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
5454Install using Homebrew:
5555``` bash
5656# Install using Brew
57+ brew tap janhq/cortexso
5758brew install cortexso
5859# Run model
5960cortex run llama3
6061# To uninstall using Brew
62+ brew untap janhq/cortexso
6163brew 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
103105The 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
You can’t perform that action at this time.
0 commit comments