Skip to content

Commit a1c37ec

Browse files
authored
Update README.md
1 parent 47051ce commit a1c37ec

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,23 @@
11
# ideal_objectscript
2-
Ideal simplest objectscript app template for code guidelines and deployment
2+
Ideal simplest objectscript app template for code guidelines and deployment.
3+
4+
5+
# Installation
6+
7+
Go to [Releases](https://github.com/evshvarov/ideal_objectscript/releases), download ideal__.xml file and import it into your InterSystems Data Platform (Caché, Ensemble, IRIS) into the namespace you like.
8+
9+
# How it works
10+
11+
# Hello World
12+
Open terminal and call HelloWorld() method:
13+
14+
USER>w ##class(Ideal.ObjectScript).HelloWorld()
15+
Hello World!
16+
17+
# Writing to the device and using class paremeters
18+
This method write system info and class version to the device. Open terminal and call WriteToDevice() method:
19+
20+
USER>d ##class(Ideal.ObjectScript).WriteToDevice()
21+
The version of the class: 1.0
22+
The version of the system: Cache for UNIX (Apple Mac OS X for x86-64)
23+

0 commit comments

Comments
 (0)