diff --git a/README.md b/README.md index 5233aab..9065bd5 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ It generates files from your database structure using templates. +# v5 is at the Alpha Satge + +The new major version is at the alpha stage. Any feedback is appreciated. + # Documentation Please see documenatation at [pg-generator.com](https://www.pg-generator.com) @@ -13,7 +17,7 @@ Please see documenatation at [pg-generator.com](https://www.pg-generator.com) # Installation ```bash -$ npm install -g pg-generator pg-generator-example +$ npm install -g pg-generator@5.0.0-alpha.8 pg-generator-example ``` # Generate Models & Files diff --git a/README.njk b/README.njk index 51b98d4..f617ff8 100644 --- a/README.njk +++ b/README.njk @@ -8,6 +8,10 @@ It generates files from your database structure using templates. +# v5 is at the Alpha Satge + +The new major version is at the alpha stage. Any feedback is appreciated. + # Documentation Please see documenatation at [pg-generator.com](https://www.pg-generator.com) @@ -15,7 +19,7 @@ Please see documenatation at [pg-generator.com](https://www.pg-generator.com) # Installation ```bash -$ npm install -g pg-generator pg-generator-example +$ npm install -g pg-generator@5.0.0-alpha.8 pg-generator-example ``` # Generate Models & Files diff --git a/docs/README.md b/docs/README.md index 46a0a92..42e3ffe 100644 --- a/docs/README.md +++ b/docs/README.md @@ -15,10 +15,14 @@ features: footer: MIT Licensed | Copyright © 2019-present Özüm Eldoğan --- +### v5 is at the Alpha Satge + +The new major version is at the alpha stage. Any feedback is appreciated. + ### Install ```bash -$ npm install -g pg-generator pg-generator-example +$ npm install -g pg-generator@5.0.0-alpha.8 pg-generator-example ``` ### Generate Models & Files