Skip to content

Commit 536c81e

Browse files
authored
Merge pull request #13 from csoft-sc/readme-enhance
Enhanced Readme. Removed hard-set theme from settings.json
2 parents e7f0670 + 18e4040 commit 536c81e

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"links": {
1717
"UnitTest Portal": "${serverUrl}/csp/sys/%25UnitTest.Portal.Home.cls?$NAMESPACE=IRISAPP"
1818
}
19-
},
20-
"workbench.colorTheme": "InterSystems Default Dark"
19+
}
2120

2221
}

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is a basic template for a development environment to work with ObjectScript
88
The template is embedded python compatible.
99

1010
## Description
11-
This repository provides a read-to-go development environment for coding productively with InterSystems ObjectScript. This template:
11+
This repository provides a ready-to-go development environment for coding productively with InterSystems ObjectScript. This template:
1212
* Runs InterSystems IRIS Community Edition in a docker container
1313
* Creates a new namespace and database IRISAPP
1414
* Loads the ObjectScript code into IRISAPP database using Package Manager
@@ -31,7 +31,11 @@ Clone/git pull the repo into any local directory
3131
$ git clone https://github.com/intersystems-community/intersystems-iris-dev-template.git
3232
```
3333

34-
Open the terminal in this directory and call the command to build and run InterSystems IRIS in container:
34+
Open the terminal in this directory and call the command to build and run InterSystems IRIS in container:
35+
*Note: Users running containers on a Linux CLI, should use "docker compose" instead of "docker-compose"*
36+
*See [Install the Compose plugin](https://docs.docker.com/compose/install/linux/)*
37+
38+
3539

3640
```
3741
$ docker-compose up -d

0 commit comments

Comments
 (0)