From 5e23a5475d992bcdae5b88f950e8fd776e82a829 Mon Sep 17 00:00:00 2001 From: Youssef El Houti Date: Mon, 10 Jul 2023 03:17:51 +0200 Subject: [PATCH] docs: README npm link + pr link --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9e49e11..7697c21 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,15 @@ [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] > JHipster blueprint, This blueprint generated code that uses primeng components instead of bootstrap ones +# IMPORTANT +The latest release require using this fork with npm link: +https://github.com/yelhouti/generator-jhipster/tree/composite-key + +or this one for jhipster 7 +https://github.com/yelhouti/generator-jhipster/tree/composite-key-7 + +If you use this project and/or use composite keys in you project please upvote this PR: https://github.com/jhipster/generator-jhipster/pull/19849 so npm link is not need anymore + # Introduction This is a [JHipster](https://www.jhipster.tech/) blueprint, that is meant to be used in a JHipster application.