Skip to content

Commit f26eaaf

Browse files
committed
docs: update
1 parent 04ada0c commit f26eaaf

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -222,19 +222,16 @@ We have an `acontext-cli` to help you do quick proof-of-concept. Download it fir
222222
curl -fsSL https://install.acontext.io | sh
223223
```
224224

225-
You should have [docker-compose](https://docs.docker.com/compose/install/) installed and [OpenAI API Key](https://platform.openai.com/settings/organization/api-keys) to start an Acontext backend on your computer:
225+
You should have [docker](https://www.docker.com/get-started/) installed and an OpenAI API Key to start an Acontext backend on your computer:
226226

227227
```bash
228228
mkdir acontext_server && cd acontext_server
229-
230-
# 1. this command will start a interactive prompt
231-
# 2. It requires you to input openai api key
232-
acontext docker up
229+
acontext docker up
233230
```
234231

235232
> [📖 local setup](https://docs.acontext.io/local#start-acontext-server-locally) Acontext requires at least an OpenAI API key. We recommend `gpt-5.1` or `gpt-4.1` as the LLM model
236233
237-
`acontext docker up` will create/use `./.env` and `./config.yaml` for Acontext, and create a `db` folder to persist data.
234+
`acontext docker up` will create/use `.env` and `config.yaml` for Acontext, and create a `db` folder to persist data.
238235

239236

240237

@@ -289,7 +286,7 @@ Check our example repo for more templates: [Acontext-Examples](https://github.co
289286

290287

291288

292-
## SDK Walk-through
289+
## Step-by-step Quickstart
293290

294291
<details>
295292
<summary>Click to Open</summary>

docs/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"icon": "home"
138138
},
139139
{
140-
"anchor": "Github",
140+
"anchor": "Readme",
141141
"href": "https://github.com/memodb-io/Acontext",
142142
"icon": "github"
143143
},

0 commit comments

Comments
 (0)