From 7da285fc20ea7a8a005df0ec016e628322e7ce93 Mon Sep 17 00:00:00 2001 From: Nathan Price Date: Fri, 17 Jan 2025 22:04:50 -0500 Subject: [PATCH] vault backup: 2025-01-17 22:04:50 --- docker/quartz/Developing with Quartz.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docker/quartz/Developing with Quartz.md b/docker/quartz/Developing with Quartz.md index 6c8ff64..df6fa14 100644 --- a/docker/quartz/Developing with Quartz.md +++ b/docker/quartz/Developing with Quartz.md @@ -11,5 +11,13 @@ Inside the quartz-docker repo, link the quartz/src directory to your your primar ```bash cd ~/Repositories git clone git@git.modernleft.org:gravityfargo/quartz-docker.git -git clone https://github.com/jackyzha0/quartz.git +git clone git@github.com:jackyzha0/quartz.git +cd quartz-docker +make run +ln -s ~/Repositories/quartz/src ~/Repositories/quartz-docker/quartz/src +``` + +Then, you can run the container with the following command: + +```bash ``` \ No newline at end of file