File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ To clone private repositories you need to supply an _OAuth token_ for an account
1111# Installation
1212Install 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```
1616or 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```
2020Uses 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
You can’t perform that action at this time.
0 commit comments