vault backup: 2025-01-17 22:04:50

This commit is contained in:
Nathan Price 2025-01-17 22:04:50 -05:00
parent 502aafb3d2
commit 7da285fc20
Signed by: gravityfargo
SSH key fingerprint: SHA256:bjq+uA1U+9bFMd70q2wdNtwaYxGv84IBXalnYvZDKmg

View file

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