Skip to content

Commit fa1f9e4

Browse files
authored
Merge pull request #6 from a-nechaev/patch-1
To exit the terminal
2 parents c21aa42 + 5755253 commit fa1f9e4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ Open IRIS terminal:
4444
$ docker-compose exec iris iris session iris -U IRISAPP
4545
IRISAPP>write ##class(dc.sample.ObjectScript).Test()
4646
```
47+
48+
To exit the terminal, do any of the following:
49+
```
50+
Enter HALT or H (not case-sensitive)
51+
```
52+
4753
## How to start coding
4854
This repository is ready to code in VSCode with ObjectScript plugin.
4955
Install [VSCode](https://code.visualstudio.com/), [Docker](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker) and [ObjectScript](https://marketplace.visualstudio.com/items?itemName=daimor.vscode-objectscript) plugin and open the folder in VSCode.

0 commit comments

Comments
 (0)