File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,13 @@ tests under `template/tests` which can be run using `nosetests`.
45
45
### 1. Cloning
46
46
Clone the project into your computer by executing
47
47
``` shell
48
- $ git clone https://github.com/vighneshbirodkar /project-template.git
48
+ $ git clone https://github.com/scikit-learn-contrib /project-template.git
49
49
```
50
50
You should rename the ` project-template ` folder to the name of your project.
51
51
To host the project on Github, visit https://github.com/new and create a new
52
52
repository. To upload your project on Github execute
53
53
``` shell
54
- $ git remote add origin https://github.com/username/project-name.git
54
+ $ git remote set-url origin https://github.com/username/project-name.git
55
55
$ git push origin master
56
56
```
57
57
You can’t perform that action at this time.
0 commit comments