Skip to content

Commit

Permalink
add brew installation
Browse files Browse the repository at this point in the history
  • Loading branch information
irfanpena committed Jun 26, 2024
1 parent 37222fc commit f626e42
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,16 @@ Ensure that your system meets the following requirements to run Cortex:
> Visit [Quickstart](https://cortex.jan.ai/docs/quickstart) to get started.
``` bash
# Install using NPM
npm i -g cortexso
# Install using Brew
brew tap janhq/cortexso
brew install cortexso
# Run model
cortex run llama3
```
> You can also install Cortex using the Cortex Installer available on [GitHub Releases](https://github.com/janhq/cortex/releases).
To run Cortex as an API server:
```bash
cortex serve
Expand Down Expand Up @@ -112,6 +119,10 @@ Run the following command to uninstall Cortex globally on your machine:
```
# Uninstall globally using NPM
npm uninstall -g cortexso
# Uninstall using Brew
brew uninstall cortexso
brew untap janhq/cortexso
```
## Contact Support
Expand Down
11 changes: 11 additions & 0 deletions cortex-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,16 @@ Ensure that your system meets the following requirements to run Cortex:
> Visit [Quickstart](https://cortex.jan.ai/docs/quickstart) to get started.
``` bash
# Install using NPM
npm i -g cortexso
# Install using Brew
brew tap janhq/cortexso
brew install cortexso
# Run model
cortex run llama3
```
> You can also install Cortex using the Cortex Installer available on [GitHub Releases](https://github.com/janhq/cortex/releases).
To run Cortex as an API server:
```bash
cortex serve
Expand Down Expand Up @@ -112,6 +119,10 @@ Run the following command to uninstall Cortex globally on your machine:
```
# Uninstall globally using NPM
npm uninstall -g cortexso
# Uninstall using Brew
brew uninstall cortexso
brew untap janhq/cortexso
```
## Contact Support
Expand Down

0 comments on commit f626e42

Please sign in to comment.