From 92c12ff5c0c22d48c3c66593c8eb2901b611f683 Mon Sep 17 00:00:00 2001 From: ian whitney Date: Tue, 15 Oct 2024 16:24:40 -0600 Subject: [PATCH 1/2] fix: updated docs Signed-off-by: ian whitney --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 970da2e1..1c2d6151 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,8 @@ build: ``` attach sistent to your project: - npm install [path to sistent repo ] + npm pack (in sistent repo) + npm install /path/to/file.tgz (in another repo) ``` > [!NOTE] From 70a19ed9fc458ca2be15fb1b91bad1186e3d41d9 Mon Sep 17 00:00:00 2001 From: ianwhitney Date: Fri, 25 Oct 2024 18:00:32 -0600 Subject: [PATCH 2/2] feat: respond to comments Signed-off-by: ianwhitney --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1c2d6151..5878a9f9 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,9 @@ build: ``` attach sistent to your project: + npm install [path to sistent repo] + +alternative: npm pack (in sistent repo) npm install /path/to/file.tgz (in another repo) ```