File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,19 @@ Optionally download database management scripts for quick setup:
2929** For Unix/Linux/macOS:**
3030``` bash
3131curl -o start-databases.sh https://raw.githubusercontent.com/opencitations/heritrace/main/start-databases.sh
32+ ```
33+ ``` bash
3234curl -o stop-databases.sh https://raw.githubusercontent.com/opencitations/heritrace/main/stop-databases.sh
35+ ```
36+ ``` bash
3337chmod +x start-databases.sh stop-databases.sh
3438```
3539
3640** For Windows:**
3741``` bash
3842curl -o Start-Databases.ps1 https://raw.githubusercontent.com/opencitations/heritrace/main/Start-Databases.ps1
43+ ```
44+ ``` bash
3945curl -o Stop-Databases.ps1 https://raw.githubusercontent.com/opencitations/heritrace/main/Stop-Databases.ps1
4046```
4147
You can’t perform that action at this time.
0 commit comments