Skip to content

Commit 586d9da

Browse files
authored
Documentation update (open-edge-platform#1852)
1 parent 4983c53 commit 586d9da

File tree

1 file changed

+11
-1
lines changed
  • health-and-life-sciences-ai-suite/multi_modal_patient_monitoring/docs/user-guide

1 file changed

+11
-1
lines changed

health-and-life-sciences-ai-suite/multi_modal_patient_monitoring/docs/user-guide/get-started.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,18 @@ ensure your environment meets the recommended hardware and software prerequisite
1414
1515
If you have not already cloned the repository that contains this workload, do so now:
1616

17+
1718
```bash
18-
git clone <your-hl-ai-suite-repo-url>
19+
git clone --no-checkout https://github.com/open-edge-platform/edge-ai-suites.git
20+
21+
cd edge-ai-suites
22+
23+
git sparse-checkout init --cone
24+
25+
git sparse-checkout set health-and-life-sciences-ai-suite
26+
27+
git checkout main
28+
1929
cd edge-ai-suites/health-and-life-sciences-ai-suite/multi_modal_patient_monitoring
2030
```
2131

0 commit comments

Comments
 (0)