Skip to content

Commit 52de4b5

Browse files
authored
Update README.md
1 parent d9565a2 commit 52de4b5

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ Once you clone the new repo on your laptop and open the VSCode with installed In
1515
Make sure you have [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and [Docker desktop](https://www.docker.com/products/docker-desktop) installed.
1616

1717
## Installation
18-
1918
Clone/git pull the repo into any local directory
20-
2119
```
2220
$ git clone https://github.com/intersystems-community/intersystems-iris-dev-template.git
2321
```
@@ -40,7 +38,7 @@ Open IRIS terminal:
4038

4139
```
4240
$ docker-compose exec iris iris session iris
43-
USER>write ##class(dc.PackageSample.ObjectScript).Test()
41+
IRISAPP>write ##class(dc.PackageSample.ObjectScript).Test()
4442
```
4543
## How to start coding
4644
This repository is ready to code in VSCode with ObjectScript plugin.
@@ -63,6 +61,12 @@ The simplest dockerfile which starts IRIS and imports code from /src folder into
6361
Use the related docker-compose.yml to easily setup additional parametes like port number and where you map keys and host folders.
6462

6563

64+
### src folder
65+
src/iris contains InterSystems IRIS Objectscript code
66+
src/java containers Java code
67+
src/python - python code, etc.
68+
69+
6670
### .vscode/settings.json
6771

6872
Settings file to let you immedietly code in VSCode with [VSCode ObjectScript plugin](https://marketplace.visualstudio.com/items?itemName=daimor.vscode-objectscript))

0 commit comments

Comments
 (0)