fix: clarify Docker setup to clone Prismer repo first

This commit is contained in:
willamhou
2026-03-05 13:14:38 +08:00
parent 2204d987ab
commit 3c489e2c74
2 changed files with 4 additions and 2 deletions

View File

@@ -17,8 +17,9 @@ This workflow turns your agent into a research reading assistant:
## How to Set it Up
1. Deploy Prismer with Docker (the arXiv server starts automatically):
1. Clone and deploy [Prismer](https://github.com/Prismer-AI/Prismer) with Docker (the arXiv server starts automatically):
```bash
git clone https://github.com/Prismer-AI/Prismer.git && cd Prismer
docker compose -f docker/docker-compose.dev.yml up
```

View File

@@ -17,8 +17,9 @@ This workflow turns your agent into a LaTeX writing assistant with instant compi
## How to Set it Up
1. Deploy Prismer with Docker (the LaTeX server with full TeX Live starts automatically):
1. Clone and deploy [Prismer](https://github.com/Prismer-AI/Prismer) with Docker (the LaTeX server with full TeX Live starts automatically):
```bash
git clone https://github.com/Prismer-AI/Prismer.git && cd Prismer
docker compose -f docker/docker-compose.dev.yml up
```