Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
Update quickstart.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
cahyosubroto authored Mar 22, 2024
1 parent 02e6daf commit 9c80ca6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/guides/get-started/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import download from './asset/download.gif';
import gpt from './asset/gpt.gif';
import model from './asset/model.gif';
To get started quickly with Jan, follow the steps below:
## Step 1: Get Jan Desktop
## Step 1: Install Jan
<Tabs>
<TabItem value="mac" label = "Mac" default>
#### Pre-requisites
Expand Down Expand Up @@ -152,8 +152,7 @@ If you are stuck in a broken build, go to the [Broken Build](/guides/common-erro
:::warning
If you are stuck in a broken build, go to the [Broken Build](/guides/common-error/broken-build) section of Common Errors.
:::
</TabItem>
</Tabs>

### Install Jan Production Build
1. Clone the Jan repository from GitHub by using the following command:
```bash
Expand All @@ -175,6 +174,10 @@ yarn build:uikit
yarn
```
This completes the installation process for Jan from source. The production-ready app for macOS can be found in the dist folder.

</TabItem>
</Tabs>

## Step 2: Download a Model
Jan provides a variety of local AI models tailored to different needs, ready for download. These models are installed and run directly on the user's device.
1. Go to the **Hub**.
Expand Down

0 comments on commit 9c80ca6

Please sign in to comment.