Skip to content

Commit 071bb99

Browse files
author
HR
committed
make ready for release
1 parent 9d751db commit 071bb99

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ To clone private repositories you need to supply an _OAuth token_ for an account
1111
# Installation
1212
Install the script via the `pip`:
1313
```
14-
pip install -e git+git://github.com/HR/github-clone#egg=ghclone
14+
pip install git+git://github.com/HR/github-clone#egg=ghclone
1515
```
1616
or via `pipsi`:
1717
```
18-
pipsi install -e git+git://github.com/HR/github-clone#egg=ghclone
18+
pipsi install git+git://github.com/HR/github-clone#egg=ghclone
1919
```
2020
Uses Python 3.3+
2121

@@ -40,4 +40,18 @@ Options:
4040
-v --version Show version.
4141
-t --token=<token> Set a GitHub OAuth token (see https://developer.github.com/v3/#rate-limiting).
4242
```
43+
# License
44+
Copyright (C) 2019 Habib Rehman (https://git.io/HR)
45+
46+
Licensed under the Apache License, Version 2.0 (the "License");
47+
you may not use this file except in compliance with the License.
48+
You may obtain a copy of the License at
49+
50+
http://www.apache.org/licenses/LICENSE-2.0
51+
52+
Unless required by applicable law or agreed to in writing, software
53+
distributed under the License is distributed on an "AS IS" BASIS,
54+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
55+
See the License for the specific language governing permissions and
56+
limitations under the License.
4357

0 commit comments

Comments
 (0)