diff --git a/README.md b/README.md index 2c0d81964..64f0d1b95 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/cortex-js/README.md b/cortex-js/README.md index b9d0514bf..a5cbbcb88 100644 --- a/cortex-js/README.md +++ b/cortex-js/README.md @@ -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 @@ -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 @@ -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). @@ -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