diff --git a/usecases/arxiv-paper-reader.md b/usecases/arxiv-paper-reader.md index ab95d9a..35c7b9f 100644 --- a/usecases/arxiv-paper-reader.md +++ b/usecases/arxiv-paper-reader.md @@ -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 ``` diff --git a/usecases/latex-paper-writing.md b/usecases/latex-paper-writing.md index d848f93..856a120 100644 --- a/usecases/latex-paper-writing.md +++ b/usecases/latex-paper-writing.md @@ -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 ```