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