Skip to content

Commit

Permalink
Separate npm and brew
Browse files Browse the repository at this point in the history
  • Loading branch information
irfanpena committed Jun 26, 2024
1 parent f626e42 commit 65a5d39
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 26 deletions.
28 changes: 15 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Ensure that your system meets the following requirements to run Cortex:

> Visit [Quickstart](https://cortex.jan.ai/docs/quickstart) to get started.
### NPM
``` bash
# Install using NPM
npm i -g cortexso
Expand All @@ -46,6 +47,20 @@ brew tap janhq/cortexso
brew install cortexso
# Run model
cortex run llama3
# To uninstall globally using NPM
npm uninstall -g cortexso
```

### Homebrew
``` bash
# Install using Brew
brew tap janhq/cortexso
brew install cortexso
# Run model
cortex run llama3
# To uninstall using Brew
brew uninstall cortexso
brew untap janhq/cortexso
```
> You can also install Cortex using the Cortex Installer available on [GitHub Releases](https://github.com/janhq/cortex/releases).
Expand Down Expand Up @@ -112,19 +127,6 @@ See [CLI Reference Docs](https://cortex.jan.ai/docs/cli) for more information.
telemetry Retrieve telemetry logs for monitoring and analysis.
```
## Uninstall Cortex
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
- For support, please file a GitHub ticket.
- For questions, join our Discord [here](https://discord.gg/FTk2MvZwJH).
Expand Down
28 changes: 15 additions & 13 deletions cortex-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Ensure that your system meets the following requirements to run Cortex:

> Visit [Quickstart](https://cortex.jan.ai/docs/quickstart) to get started.
### NPM
``` bash
# Install using NPM
npm i -g cortexso
Expand All @@ -46,6 +47,20 @@ brew tap janhq/cortexso
brew install cortexso
# Run model
cortex run llama3
# To uninstall globally using NPM
npm uninstall -g cortexso
```

### Homebrew
``` bash
# Install using Brew
brew tap janhq/cortexso
brew install cortexso
# Run model
cortex run llama3
# To uninstall using Brew
brew uninstall cortexso
brew untap janhq/cortexso
```
> You can also install Cortex using the Cortex Installer available on [GitHub Releases](https://github.com/janhq/cortex/releases).
Expand Down Expand Up @@ -112,19 +127,6 @@ See [CLI Reference Docs](https://cortex.jan.ai/docs/cli) for more information.
telemetry Retrieve telemetry logs for monitoring and analysis.
```
## Uninstall Cortex
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
- For support, please file a GitHub ticket.
- For questions, join our Discord [here](https://discord.gg/FTk2MvZwJH).
Expand Down

0 comments on commit 65a5d39

Please sign in to comment.