From dd69eef55e7fedc3848925445f5ad9effd5c1504 Mon Sep 17 00:00:00 2001 From: Andrew Kirwin Date: Tue, 24 Oct 2023 09:48:27 +0100 Subject: [PATCH] update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 81d9e32..974432f 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,13 @@ This addon provides a simple Modal Dialog component. ember install @zestia/ember-modal-dialog ``` +Add the following to `~/.npmrc` to pull @zestia scoped packages from Github instead of NPM. + +``` +@zestia:registry=https://npm.pkg.github.com +//npm.pkg.github.com/:_authToken= +``` + ## Demo https://zestia.github.io/ember-modal-dialog