diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-03-09 20:36:45 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-03-09 20:36:45 +0100 |
commit | e2ae00a154b580b0f3d3206ca656268775ab76be (patch) | |
tree | df8e0c83ad72c2ab1bafd5af36d93ecbcdcfa025 | |
parent | c5e42998d638f59c36fa8a7f52635c155516d92e (diff) |
Corrected name to new repository address
The main online repository name has been changed to `reproducible-paper'
from `reproduction-pipeline-template'. So the cloning command in
`README.md' had to be corrected.
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -386,9 +386,9 @@ been explained here), please let us know to correct it. easiest way to start is to clone this repository as shown below: ```shell - $ git clone https://gitlab.com/makhlaghi/reproduction-pipeline-template.git - $ mv reproduction-pipeline-template your-project-name - $ cd your-project-name + $ git clone https://gitlab.com/makhlaghi/reproducible-paper.git + $ mv reproducible-paper my-project-name + $ cd my-project-name ``` - **Copyright**, **name** and **date**: Go over the following files and |