Skip to content

Commit 867608a

Browse files
authored
Update README.md
Link to download examples
1 parent a912c18 commit 867608a

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,24 @@ pip install -e MHCXGraph
2828

2929
## Quick Start
3030

31-
MHCXGraph is configured via a JSON manifest file. An example is in
32-
`examples/manifests/manifest-minimal.json`. To run it:
31+
MHCXGraph is configured via a JSON manifest file. Download and extract the examples package:
32+
33+
**Linux / macOS**
34+
```bash
35+
wget https://github.com/cnpem/MHCXGraph/releases/download/0.1.2/examples.tar.gz
36+
tar -xzf examples.tar.gz
37+
```
38+
39+
**Windows (PowerShell)**
40+
```powershell
41+
Invoke-WebRequest -Uri https://github.com/cnpem/MHCXGraph/releases/download/0.1.2/examples.zip -OutFile examples.zip
42+
Expand-Archive examples.zip
43+
```
44+
45+
Or download directly: [Linux/macOS (.tar.gz)](https://github.com/cnpem/MHCXGraph/releases/download/0.1.2/examples.tar.gz) · [Windows (.zip)](https://github.com/cnpem/MHCXGraph/releases/download/0.1.2/examples.zip)
46+
47+
The example manifest is at `examples/manifests/manifest-minimal.json`. To run it:
48+
3349
```bash
3450
MHCXGraph run examples/manifests/manifest-minimal.json
3551
```

0 commit comments

Comments
 (0)