Skip to content

Commit 78546b9

Browse files
committed
Release 0.0.1 version
1 parent 241348a commit 78546b9

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
Versions
22
========
33

4-
0.0.0
4+
0.0.1
55
========
66

77
_Release date: 27.09.2020_
88

9-
- commit
10-
- ...
9+
- Distribute initial version of a package

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,19 @@ pip install pytest-confluence-report
4242
### Source code
4343

4444
```bash
45-
git clone path/to/github/repo.git
45+
git clone git@github.com:vyahello/pytest-confluence-report.git
4646
pip install -e .
47-
report
4847
```
4948

5049
Or using direct release:
5150
```bash
52-
pip install git+https://path/to/github/[email protected]
53-
report
51+
pip install git+https://github.com/vyahello/[email protected]
5452
```
5553

5654
### Local debug
5755

5856
```bash
59-
git clone path/to/github/repo.git
57+
git clone git@github.com:vyahello/pytest-confluence-report.git
6058
python -m report
6159
```
6260
**[⬆ back to top](#pytest-confluence-report)**

0 commit comments

Comments
 (0)