From dcd9e0c869a3a8e7617ad4eb5c1637dc42afabe3 Mon Sep 17 00:00:00 2001 From: Daniel Peter Date: Sat, 26 Nov 2022 10:50:14 +0300 Subject: [PATCH] corrects contributing info --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2f163c5aa..325702efc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,7 @@ Go to the main [SPECFEM2D github repository](https://github.com/SPECFEM/specfem2 #### 2. Clone your fork to your local workstation/laptop: ``` -git clone --recursive --branch devel https://github.com/SPECFEM/specfem2d.git +git clone --recursive --branch devel https://github.com//specfem2d.git ``` Once you change into your local folder `cd specfem2d/`, all git commands will be recognized. Now, add the remote address of the SPECFEM2D repository: