From 722e241ebb21eefee8500c9fbe05563122f534ec Mon Sep 17 00:00:00 2001 From: Andrew Kirwin Date: Tue, 24 Oct 2023 09:54:54 +0100 Subject: [PATCH] update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 74dc005..de6f7ba 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,13 @@ This Ember addon takes some text, which may or may not contain URLs and renders ember install @zestia/ember-wrap-urls ``` +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-wrap-urls