diff --git a/README.md b/README.md index 5e8369e..e4f74cc 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,17 @@ Next will be, ## Installation +Setup this registry in your project .npmrc file: + +``` +@helpers:registry=https://gitea.node001.net/api/packages/HerrHase/npm/ +``` + +Install with npm or yarn + ``` -npm i --save-dev siteomat-webpack-plugin -yarn add --dev siteomat-webpack-plugin +npm i --save-dev @helpers/siteomat-webpack-plugin +yarn add --dev @helpers/siteomat-webpack-plugin ``` ## Configuration