Skip to content

Commit d763d77

Browse files
committed
Add Requierements section in README file
1 parent 3d859a1 commit d763d77

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4-
## [Unreleased]
4+
## [0.2.1] - 2018-08-25
55
- Fix problem with JSON encoding when creating repositories.
66
- Add issue number.
77

@@ -19,6 +19,6 @@ All notable changes to this project will be documented in this file.
1919
## 0.0.1 - 2018-04-29
2020
- Initial release.
2121

22-
[Unreleased]: https://github.com/Crayon2000/GitConduit/compare/v0.2.0...HEAD
22+
[0.2.1]: https://github.com/Crayon2000/GitConduit/compare/v0.2.0...v0.2.1
2323
[0.2.0]: https://github.com/Crayon2000/GitConduit/compare/v0.1.0...v0.2.0
2424
[0.1.0]: https://github.com/Crayon2000/GitConduit/compare/v0.0.1...v0.1.0

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ It supports the following services:
77
* GitBucket
88
* GitHub
99

10-
## How To Use
10+
## Requierements
1111
* Make sure *git.exe* is in your path
12+
* If you are exporting to an organisation, make sure it exist in the destination application
13+
14+
## How To Use
1215
* Fill the **Source** section and click on the **Next** button
1316
* Select the owner of the source repositories and click on the **Next** button
1417
* Select the repositories you want to export and click on the **Next** button

0 commit comments

Comments
 (0)