Skip to content

Commit

Permalink
add prerequisites section
Browse files Browse the repository at this point in the history
  • Loading branch information
irfanpena committed Jun 26, 2024
1 parent 8ccc304 commit 8bb43cd
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,18 @@ Cortex currently supports 3 inference engines:
- [Docs](https://cortex.jan.ai/docs/)

## Quickstart

Visit [Quickstart](https://cortex.jan.ai/docs/quickstart) to get started.
### Prerequisites
Ensure that your system meets the following requirements to run Cortex:
- **Dependencies**:
- **Node.js**: version 18 and above is required to run the installation.
- **NPM**: Needed to manage packages.
- **CPU Instruction Sets**: Available for download from the [Cortex GitHub Releases](https://github.com/janhq/cortex/releases) page.
- **OS**:
- MacOSX 13.6 or higher.
- Windows 10 or higher.
- Ubuntu 12.04 and later.

> Visit [Quickstart](https://cortex.jan.ai/docs/quickstart) to get started.
``` bash
npm i -g cortexso
Expand Down
14 changes: 12 additions & 2 deletions cortex-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,18 @@ Cortex currently supports 3 inference engines:
- [Docs](https://cortex.jan.ai/docs/)

## Quickstart

Visit [Quickstart](https://cortex.jan.ai/docs/quickstart) to get started.
### Prerequisites
Ensure that your system meets the following requirements to run Cortex:
- **Dependencies**:
- **Node.js**: version 18 and above is required to run the installation.
- **NPM**: Needed to manage packages.
- **CPU Instruction Sets**: Available for download from the [Cortex GitHub Releases](https://github.com/janhq/cortex/releases) page.
- **OS**:
- MacOSX 13.6 or higher.
- Windows 10 or higher.
- Ubuntu 12.04 and later.

> Visit [Quickstart](https://cortex.jan.ai/docs/quickstart) to get started.
``` bash
npm i -g cortexso
Expand Down

0 comments on commit 8bb43cd

Please sign in to comment.