From ebf1865ab09f3e8b66cf07195349be63f70a9b50 Mon Sep 17 00:00:00 2001 From: Nathan Price Date: Fri, 17 Jan 2025 22:19:47 -0500 Subject: [PATCH] vault backup: 2025-01-17 22:19:47 --- docker/quartz/Developing with Quartz.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker/quartz/Developing with Quartz.md b/docker/quartz/Developing with Quartz.md index 7fafcb3..00e286a 100644 --- a/docker/quartz/Developing with Quartz.md +++ b/docker/quartz/Developing with Quartz.md @@ -19,5 +19,6 @@ ln -sf ~/Repositories/quartz ~/Repositories/quartz-docker/quartz/src Then, you can run the container with the following command: ```bash -cd -``` \ No newline at end of file +cd ~/Repositories/quartz-docker +make run +```