Skip to content

Commit 0b79930

Browse files
authored
Merge pull request finos#649 from finos/maoo-patch-2
docs: install a local checkout
2 parents dd869c5 + bc56c0f commit 0b79930

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

website/docs/installation.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,17 @@ To install a specific version of the GitProxy CLI, append the version to the end
3030
```bash
3131
npm install -g @finos/[email protected]
3232
```
33+
34+
### Install a local checkout
35+
36+
To test a personal fork, or the latest version of the main branch:
37+
38+
```bash
39+
git clone [email protected]:finos/git-proxy.git
40+
cd git-proxy
41+
npm pack
42+
npm i -g finos-git-proxy-<version>.tar.gz
43+
git-proxy --version
44+
```
45+
46+
To make sure that the `git-proxy` command is using your checked out version, update the `version` in `package.json` before running `npm pack`, then verify that the same version is returned when running `git-proxy --version`.

0 commit comments

Comments
 (0)