Skip to content

Commit 0391204

Browse files
committed
Update minimum version, release installation steps
1 parent 40cc7cc commit 0391204

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ Run your typical ObjectScript %UnitTest tests and see which lines of your code a
44

55
## Getting Started
66

7+
Note: a minimum platform version of Caché/Ensemble 2016.2 is required.
8+
This tool will also work on any version of InterSystems IRIS.
9+
10+
### Installation: of Release
11+
12+
Download an XML file from [Releases](https://github.com/intersystems/TestCoverage/releases), then run:
13+
```
14+
Set root = "<path on filesystem to xml file>"
15+
Do $System.OBJ.Load(root,"ck")
16+
```
17+
718
### Installation: from Terminal
819

920
First, clone or download the repository. Then run the following commands:

0 commit comments

Comments
 (0)