Skip to content

Commit

Permalink
Fix: readme added the tap brew install code (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
irfanpena authored Jul 4, 2024
1 parent b0a0356 commit 2bd053b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,12 @@ npm uninstall -g cortexso
Install using Homebrew:
``` bash
# Install using Brew
brew tap janhq/cortexso
brew install cortexso
# Run model
cortex run llama3
# To uninstall using Brew
brew untap janhq/cortexso
brew uninstall cortexso
```
> You can also install Cortex using the Cortex Installer available on [GitHub Releases](https://github.com/janhq/cortex/releases).
Expand Down
10 changes: 6 additions & 4 deletions cortex-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Cortex currently supports 3 inference engines:

## Quicklinks

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

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

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

### NPM
Expand All @@ -54,10 +54,12 @@ npm uninstall -g cortexso
Install using Homebrew:
``` bash
# Install using Brew
brew tap janhq/cortexso
brew install cortexso
# Run model
cortex run llama3
# To uninstall using Brew
brew untap janhq/cortexso
brew uninstall cortexso
```
> You can also install Cortex using the Cortex Installer available on [GitHub Releases](https://github.com/janhq/cortex/releases).
Expand Down Expand Up @@ -101,7 +103,7 @@ npm link
## Cortex CLI Commands

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

```bash

Expand Down

0 comments on commit 2bd053b

Please sign in to comment.