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