vault backup: 2025-01-17 22:04:50
This commit is contained in:
parent
502aafb3d2
commit
7da285fc20
1 changed files with 9 additions and 1 deletions
|
@ -11,5 +11,13 @@ Inside the quartz-docker repo, link the quartz/src directory to your your primar
|
||||||
```bash
|
```bash
|
||||||
cd ~/Repositories
|
cd ~/Repositories
|
||||||
git clone git@git.modernleft.org:gravityfargo/quartz-docker.git
|
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
|
||||||
```
|
```
|
Loading…
Reference in a new issue