Skip to content

Commit 7a079fd

Browse files
committed
Read Me
1 parent a7fb18b commit 7a079fd

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,15 @@ Bonus:
6868

6969
The following software are required:
7070

71-
- nodejs
71+
- nodejs : Download and Install Node JS from
7272
```sh
73-
Download and Install Node JS from https://nodejs.org/en/download/
73+
https://nodejs.org/en/download/
7474
```
75-
- Java
76-
```sh
77-
Download and Install Java 8 or above, Allure Reports require Java 8 or higher.
78-
```
79-
- allure commandline
75+
- Java Download and Install Java 8 or above, Allure Reports require Java 8 or higher.:
76+
77+
- allure commandline : Install allure command line for generating Allure Reports using
8078
```sh
81-
Install allure command line for generating Allure Reports using "npm install -g allure-commandline"
79+
npm install -g allure-commandline
8280
```
8381
### Installation
8482

0 commit comments

Comments
 (0)