From 3c489e2c743c2d7fb4cc33f5c12a433fa6489701 Mon Sep 17 00:00:00 2001 From: willamhou Date: Thu, 5 Mar 2026 13:14:38 +0800 Subject: [PATCH] fix: clarify Docker setup to clone Prismer repo first --- usecases/arxiv-paper-reader.md | 3 ++- usecases/latex-paper-writing.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 ```