From 7d3986b5637c980ba94eaedbe2816b03f3e09008 Mon Sep 17 00:00:00 2001 From: Marcelo Shima Date: Thu, 30 Jan 2025 18:18:51 -0300 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 02039479..007b79a3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,28 +8,16 @@ `cd jhipster-kotlin` -`npm install | yarn` +`npm install` -`npm link | yarn link` +`npm link -g` -( 🏁 Kudos, you just setup JHipster-Kotlin and linked to it locally ) - -### Step 2 🤟 : before generating your application, go to your application folder - -`yarn link "generator-jhipster-kotlin"` - -or - -`npm link "generator-jhipster-kotlin"` - -( 🏁 Kudos, you have done it. It is the time to generate the application `khipster` ) - -✨✨✨✨ You are rocking ✨✨✨✨ - -Fix / Code / Document and create a pull request 💯 +( 🏁 Kudos, you just setup JHipster-Kotlin and created a global link to khipster executable ) ## Generating samples +Create a new folder and generate an application sample using any of the following alternatives. + Default maven application: ```