Skip to content

Commit 0a768a9

Browse files
authored
📝 remove link to jhispter and keep necessary command (jhipster#1188)
* 📝 remove link to jhispter and keep necessary command * 📝 keep jhipster installation * 📝 add missing prerequisite in getting-started
1 parent 92ca2d5 commit 0a768a9

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ https://gitter.im/JHipster-NET/jhipster-dotnetcore
5050

5151
# Prerequisites
5252

53-
As this is a [JHipster](https://www.jhipster.tech/) blueprint, we expect you have JHipster and its related tools already installed:
54-
55-
- [Installing JHipster](https://www.jhipster.tech/installation/)
53+
npm install -g generator-jhipster
5654

5755
# Installation
5856

docs/Introduction/getting-started.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# Getting Started
1+
# Getting Started
22

33
## Prerequisites
44

5-
As this is a [JHipster](https://www.jhipster.tech/) blueprint, we expect you have JHipster and its related tools already installed:
5+
npm install -g generator-jhipster
66

7-
- [Installing JHipster](https://www.jhipster.tech/installation/)
7+
## Installation of the blueprint
88

9-
## Generate your first application
10-
11-
Installation of the blueprint
9+
Run the following command to install jhipster-dotnetcore
1210

1311
```bash
1412
npm install -g generator-jhipster-dotnetcore
1513
```
1614

15+
## Generate your first application
16+
1717
Call the generator
1818

1919
```bash
@@ -50,4 +50,4 @@ Default configurations are availables in the generated project. As an example, a
5050

5151
The repository : [https://github.com/jhipster/jhipster-dotnetcore](https://github.com/jhipster/jhipster-dotnetcore)
5252

53-
Sample project : [https://github.com/jhipster/jhipster-sample-app-dotnetcore](https://github.com/jhipster/jhipster-sample-app-dotnetcore)
53+
Sample project : [https://github.com/jhipster/jhipster-sample-app-dotnetcore](https://github.com/jhipster/jhipster-sample-app-dotnetcore)

0 commit comments

Comments
 (0)