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 +26
-6
lines changed
Expand file tree Collapse file tree 2 files changed +26
-6
lines changed Original file line number Diff line number Diff 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
4345npm i -g cortexso
44- # Install using Brew
45- brew tap janhq/cortexso
46- brew install cortexso
4746# Run model
4847cortex run llama3
4948# To uninstall globally using NPM
5049npm 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
5464To run Cortex as an API server:
Original file line number Diff line number Diff 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
4446npm i -g cortexso
45- # Install using Brew
46- brew tap janhq/cortexso
47- brew install cortexso
4847# Run model
4948cortex run llama3
5049# To uninstall globally using NPM
5150npm 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
5565To run Cortex as an API server:
You can’t perform that action at this time.
0 commit comments