Skip to content

Commit 32b28b6

Browse files
authored
Update Development.md
Better wording from @wurstbrot
1 parent 8ecd68e commit 32b28b6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Development.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# DSOMM
22

33
## Development server
4-
5-
The DSOMM is based on [NodeJS](https://nodejs.org/) and [Angular](https://angular.dev/).
6-
- If you have not yet installed NodeJS or Angular command line tools, install them now. First NodeJS: https://nodejs.org/en/download, then Angualr:
4+
The DSOMM is based [Angular](https://angular.dev/) and uses npm for package management.
5+
- If you have not yet installed npm or the Angular command line tools, install them now. First [NodeJS](https://nodejs.org/en/download) (which provides npm), then Angular:
76
```
87
npm install -g @angular/cli
98
```
10-
- Clone the repo
9+
- Clone the DSOMM repo
1110
```
1211
git clone https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel.git
1312
```
@@ -19,7 +18,7 @@ cd DevSecOps-MaturityModel
1918
```
2019
npm install
2120
```
22-
- Downloads the generated.yaml and put it in the required folder
21+
- **NB!** The DSOMM activities are maintained separately. Download the `generated.yaml` and put it in the required folder
2322
```
2423
curl https://raw.githubusercontent.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data/main/src/assets/YAML/generated/generated.yaml -o src/assets/YAML/generated/generated.yaml
2524
```

0 commit comments

Comments
 (0)