From c88a3a062add4a406e415eed2ad5bd0178ba5310 Mon Sep 17 00:00:00 2001 From: Andrew Kirwin Date: Tue, 24 Oct 2023 09:59:01 +0100 Subject: [PATCH] update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index cb411ed..e40a811 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,13 @@ This Ember addon provides support for drag and drop using [dragula](https://beva ember install @zestia/ember-dragula ``` +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-dragula