mirror of
https://github.com/hesamsheikh/awesome-openclaw-usecases.git
synced 2026-03-15 21:05:12 +00:00
fix: clarify Docker setup to clone Prismer repo first
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user