From 878592fbc657ddc75149bc59cca9c0b4ff89798b Mon Sep 17 00:00:00 2001 From: James Brumond Date: Sat, 26 Aug 2023 18:37:46 -0700 Subject: [PATCH] readme --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index b568ee8..e97399e 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,13 @@ In-memory caching/memoization utilities ## Install ```bash +# Update project npm config to refer to correct registry for the @js scope +echo '@js:registry=https://gitea.jbrumond.me/api/packages/js/npm/' >> ./.npmrc + npm install --save @js/memo + +# optional - additional supporting typescript definitions +npm install --save-dev @js/types ``` ## Usage