Skip to content

Commit 69b70da

Browse files
authored
Updates to readme for Open Exchange release (#27)
1 parent 3e683a6 commit 69b70da

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,20 @@
55

66
* IRIS instance with license key
77
* Git
8-
* ObjectScript package manager (https://openexchange.intersystems.com/package/ObjectScript-Package-Manager)
8+
* InterSystems package manager (https://openexchange.intersystems.com/package/ObjectScript-Package-Manager)
99

1010
## Installation and Setup
1111
---
1212

13-
1. Clone this repository
14-
2. Load this repository into IRIS using ZPM.
13+
1. Load this repository into IRIS from the community package registry.
1514
```
16-
zpm "load <absolute path to git-source-control> -verbose"
15+
zpm "install git-source-control"
1716
```
18-
3. Configure settings by running the following method and answering the prompts:
17+
2. Configure settings by running the following method and answering the prompts:
1918
```
2019
d ##class(SourceControl.Git.API).Configure()
2120
```
22-
4. If using VSCode: Set up `isfs` server-side editing. First, save your current workspace in which you have the code open. Then, open the `.code-workspace` file generated by VS Code and add the following to the list of folders:
21+
3. If using VSCode: Set up `isfs` server-side editing. First, save your current workspace in which you have the code open. Then, open the `.code-workspace` file generated by VS Code and add the following to the list of folders:
2322
```
2423
{
2524
"name": "<whatever you want the folder to show up as in the project explorer view>",
@@ -43,4 +42,4 @@ If you want to interact with remotes from VSCode/Studio directly (e.g., to push/
4342
4443
## During Development
4544
46-
:warning: Whenever any code in this project is updated outside of the server (e.g. after every `git pull`), you _have_ to run `zpm "load <absolute path to git-source-control> -verbose"`. Otherwise the changes won't be reflected on the server.
45+
:warning: Whenever any code in this project is updated outside of the server (e.g. after every `git pull`), you _have_ to run `zpm "load <absolute path to git-source-control>"`. Otherwise the changes won't be reflected on the server. However, if you load git-source-control via the InterSystems package manager and run `git pull` via the extension itself with the default pull event handler configured, it'll just work.

0 commit comments

Comments
 (0)