Skip to content

Commit 7721e34

Browse files
committed
docs: improve Quick Start commands layout for better copy-paste experience
1 parent 69db7ab commit 7721e34

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,19 @@ Optionally download database management scripts for quick setup:
2929
**For Unix/Linux/macOS:**
3030
```bash
3131
curl -o start-databases.sh https://raw.githubusercontent.com/opencitations/heritrace/main/start-databases.sh
32+
```
33+
```bash
3234
curl -o stop-databases.sh https://raw.githubusercontent.com/opencitations/heritrace/main/stop-databases.sh
35+
```
36+
```bash
3337
chmod +x start-databases.sh stop-databases.sh
3438
```
3539

3640
**For Windows:**
3741
```bash
3842
curl -o Start-Databases.ps1 https://raw.githubusercontent.com/opencitations/heritrace/main/Start-Databases.ps1
43+
```
44+
```bash
3945
curl -o Stop-Databases.ps1 https://raw.githubusercontent.com/opencitations/heritrace/main/Stop-Databases.ps1
4046
```
4147

0 commit comments

Comments
 (0)