Skip to content

Commit ee7599f

Browse files
authored
fix CONTRIBUTING.md
1 parent 0500d81 commit ee7599f

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ We love pull requests from everyone.
55
Fork, then clone the repo:
66

77
```bash
8-
$ git clone [email protected]:your-username/allure2.git
8+
$ git clone [email protected]:your-username/allure-java.git
99
```
1010

1111
Then build the project (build requires JDK 1.8 or higher):
@@ -21,20 +21,3 @@ $ ./gradlew test
2121
```
2222

2323
Push your fork and submit a pull request.
24-
25-
### Webpack dev server
26-
27-
To start dev server you can run
28-
29-
```bash
30-
$ ./gradlew build //only for a first time
31-
$ ./gradlew dev
32-
```
33-
34-
And then open `http://localhost:3000`
35-
36-
Also you can choose different demo data using `results` parameter:
37-
38-
```bash
39-
$ ./gradlew dev -Presults=allure2
40-
```

0 commit comments

Comments
 (0)