Skip to content

Commit

Permalink
docs: update ten_agent_server (#323)
Browse files Browse the repository at this point in the history
* docs: update ten_agent_server

* docs: fixing typoe
  • Loading branch information
cyfyifanchen authored Oct 11, 2024
1 parent 15ddcf2 commit b747131
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ docker compose up
#### 4. Enter container and build agent
Open up a separate terminal window, enter the container and build the agent:
```bash
docker exec -it ten_agent_server bash

docker exec -it ten_agent_dev bash

make build
```

Expand Down
3 changes: 2 additions & 1 deletion docs/readmes/README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ docker compose up
再打开一个 Terminal 窗口,通过下面的命令进入 Docker 容器,创建 agent 服务:
```bash
# 进入容器创建 agent
docker exec -it ten_agent_server bash

docker exec -it ten_agent_dev bash

make build
```
Expand Down
2 changes: 1 addition & 1 deletion docs/readmes/README-ES.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ docker compose up
#### 4. Entrar al contenedor y construir el agente
Abre una nueva ventana de terminal, entra al contenedor y construye el agente:
```bash
docker exec -it astra_agents_dev bash
docker exec -it ten_agent_dev bash
make build
```

Expand Down
2 changes: 1 addition & 1 deletion docs/readmes/README-FR.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ docker compose up
#### 4. Entrer dans le conteneur et construire l'agent
Ouvrez une nouvelle fenêtre de terminal, entrez dans le conteneur et construisez l'agent :
```bash
docker exec -it astra_agents_dev bash
docker exec -it ten_agent_dev bash
make build
```

Expand Down
2 changes: 1 addition & 1 deletion docs/readmes/README-IT.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ docker compose up
#### 4. Entra nel container e costruisci l'agente
Apri una finestra di terminale separata, entra nel container e costruisci l'agente:
```bash
docker exec -it astra_agents_dev bash
docker exec -it ten_agent_dev bash
make build
```

Expand Down
2 changes: 1 addition & 1 deletion docs/readmes/README-JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ docker compose up
#### 4. コンテナに入りエージェントをビルド
別のターミナルウィンドウを開き、コンテナに入ってエージェントをビルドします:
```bash
docker exec -it astra_agents_dev bash
docker exec -it ten_agent_dev bash
make build
```

Expand Down
2 changes: 1 addition & 1 deletion docs/readmes/README-KR.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ docker compose up
#### 4. Enter container and build agent
Open up a separate terminal window, enter the container and build the agent:
```bash
docker exec -it astra_agents_dev bash
docker exec -it ten_agent_dev bash
make build
```

Expand Down

0 comments on commit b747131

Please sign in to comment.