You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ ClassMethod isEven(value As %Numeric)
40
40
-[Installation](#installation)
41
41
-[Use ZPM](#use-zpm)
42
42
-[Use Docker](#use-docker)
43
+
-[Use XML](#use-xml)
43
44
-[Examples](#examples)
44
45
-[Iterate](#iterate) (zforeach)
45
46
-[Join](#join) ($zjoin)
@@ -65,6 +66,18 @@ $ docker-compose up -d
65
66
$ docker-compose exec iris iris session iris
66
67
```
67
68
69
+
### Use XML
70
+
Download the [install.declarative-os.xml](https://github.com/atygaev/declarative-objectscript/releases/latest/install.declarative-os.xml) from latest release.
0 commit comments