diff --git a/README.md b/README.md index 7a95ba04a..57e6a0150 100644 --- a/README.md +++ b/README.md @@ -38,17 +38,27 @@ Ensure that your system meets the following requirements to run Cortex: > Visit [Quickstart](https://cortex.jan.ai/docs/quickstart) to get started. +### NPM +Install using NPM package: ``` bash # Install using NPM npm i -g cortexso -# Install using Brew -brew tap janhq/cortexso -brew install cortexso # Run model cortex run llama3 # To uninstall globally using NPM npm uninstall -g cortexso ``` + +### Homebrew +Install using Homebrew: +``` bash +# Install using Brew +brew install cortexso +# Run model +cortex run llama3 +# To uninstall using Brew +brew uninstall cortexso +``` > 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: diff --git a/cortex-js/README.md b/cortex-js/README.md index e0e0508cb..b9d0514bf 100644 --- a/cortex-js/README.md +++ b/cortex-js/README.md @@ -39,17 +39,27 @@ Ensure that your system meets the following requirements to run Cortex: > Visit [Quickstart](https://cortex.jan.ai/docs/quickstart) to get started. +### NPM +Install using NPM package: ``` bash # Install using NPM npm i -g cortexso -# Install using Brew -brew tap janhq/cortexso -brew install cortexso # Run model cortex run llama3 # To uninstall globally using NPM npm uninstall -g cortexso ``` + +### Homebrew +Install using Homebrew: +``` bash +# Install using Brew +brew install cortexso +# Run model +cortex run llama3 +# To uninstall using Brew +brew uninstall cortexso +``` > 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: