From c1a9facec9768655776a1550aec04ef7f0e76e8d Mon Sep 17 00:00:00 2001 From: Pravin Barton <9560941+isc-pbarton@users.noreply.github.com> Date: Mon, 6 Oct 2025 16:20:36 -0400 Subject: [PATCH] doc: offline installation no longer requires untarring the archive since IPM 0.9.0 --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d196c8e0..4b5aee2b 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,13 @@ Embedded Git support for InterSystems platforms, supporting unified source contr ``` zpm "install git-source-control" ``` - 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. + 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. ``` - tar -xf /path/to/archive/git-source-control-release.tar.gz - zpm "load /path/to/archive/git-source-control-release" + zpm "load /path/to/archive/git-source-control-release.tar.gz" ``` 2. Configure settings by running the following method and answering the prompts: ``` - d ##class(SourceControl.Git.API).Configure() + do ##class(SourceControl.Git.API).Configure() ``` 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. 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: