From 7e8fb388a322a29b47a68de304ad6cf5fcd1eb0a Mon Sep 17 00:00:00 2001 From: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> Date: Mon, 13 Nov 2023 19:17:13 +0700 Subject: [PATCH] style(README): highlight markdown available Note section --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 58639d3d..01af9c62 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,8 @@ If you don't have enough resources to run it, you can use bitsnbytes to quantize ## QuickStart -Note: Make sure you have [Docker](https://docs.docker.com/engine/install/) installed +> [!Note] +> Make sure you have [Docker](https://docs.docker.com/engine/install/) installed On Mac OS or Linux, write: @@ -118,7 +119,8 @@ docker compose -f docker-compose-dev.yaml up -d ### Run the Backend -Make sure you have Python 3.10 or 3.11 installed. +> [!Note] +> Make sure you have Python 3.10 or 3.11 installed. 1. Export required environment variables or prepare a `.env` file in the `/application` folder: - Copy [.env_sample](https://github.com/arc53/DocsGPT/blob/main/application/.env_sample) and create `.env` with your OpenAI API token for the `API_KEY` and `EMBEDDINGS_KEY` fields. @@ -153,7 +155,8 @@ pip install -r requirements.txt ### Start Frontend -Make sure you have Node version 16 or higher. +> [!Note] +> Make sure you have Node version 16 or higher. 1. Navigate to the [/frontend](https://github.com/arc53/DocsGPT/tree/main/frontend) folder. 2. Install the required packages `husky` and `vite` (ignore if already installed).