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 +```