mirror of
https://github.com/hesamsheikh/awesome-openclaw-usecases.git
synced 2026-03-19 23:05:13 +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
|
## 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
|
```bash
|
||||||
|
git clone https://github.com/Prismer-AI/Prismer.git && cd Prismer
|
||||||
docker compose -f docker/docker-compose.dev.yml up
|
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
|
## 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
|
```bash
|
||||||
|
git clone https://github.com/Prismer-AI/Prismer.git && cd Prismer
|
||||||
docker compose -f docker/docker-compose.dev.yml up
|
docker compose -f docker/docker-compose.dev.yml up
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user