Skip to content

Commit 90e07e5

Browse files
authored
Merge pull request #878 from intersystems/doc-install-tar
Update documentation of offline installation
2 parents 9ef0aeb + c1a9fac commit 90e07e5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@ Embedded Git support for InterSystems platforms, supporting unified source contr
1414
```
1515
zpm "install git-source-control"
1616
```
17-
To install on an environment without access to the internet, download the tar.gz file from the [releases](https://github.com/intersystems/git-source-control/releases) page. Copy the archive onto a file system the IRIS instance has access to and extract it. Use the package manager to load the release from that directory.
17+
To install on an environment without access to the internet, download the tar.gz file from the [releases](https://github.com/intersystems/git-source-control/releases) page. Copy it into a directory accessible to the IRIS instance and use a command in the IRIS terminal to install from the tar.gz file.
1818
```
19-
tar -xf /path/to/archive/git-source-control-release.tar.gz
20-
zpm "load /path/to/archive/git-source-control-release"
19+
zpm "load /path/to/archive/git-source-control-release.tar.gz"
2120
```
2221
2. Configure settings by running the following method and answering the prompts:
2322
```
24-
d ##class(SourceControl.Git.API).Configure()
23+
do ##class(SourceControl.Git.API).Configure()
2524
```
2625
This will also allow you to generate an SSH key for use as (e.g.) a deploy key and to initialize or clone a git repo.
2726
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:

0 commit comments

Comments
 (0)