From f952b870ff3419f149d3ee93ff494cf1caff3960 Mon Sep 17 00:00:00 2001 From: Mikael Capelle Date: Mon, 12 Mar 2018 17:16:28 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 36 +++++++++++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ea4acf1..6b2410a 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ You first need to register on one of these platform, the steps to import the pro #### Github -1. In the upper-right corner of any page, click &#f05d;, and then click **Import repository**. +1. In the upper-right corner of any page, click the **"+"** icon, then click **Import repository**, or directlyu go to [https://github.com/new/import](https://github.com/new/import). 2. Paste the following URL in the first input: - -[https://gitea.typename.fr/INSA/be-graphes.git](https://gitea.typename.fr/INSA/be-graphes.git) + + [https://gitea.typename.fr/INSA/be-graphes.git](https://gitea.typename.fr/INSA/be-graphes.git) 3. Choose the name you want for the repository. @@ -23,3 +23,33 @@ You first need to register on one of these platform, the steps to import the pro 5. Wait for completion... Done! +#### Bitbucket + +1. On the left panel of any page, click the **"+"** icon, then **Repository**, and then **Import** or directly go to [https://bitbucket.org/repo/import](https://bitbucket.org/repo/import). + +2. Paste the following URL in the first input (select Git as source if not already selected): + + [https://gitea.typename.fr/INSA/be-graphes.git](https://gitea.typename.fr/INSA/be-graphes.git) + +3. Choose the name you want for repository, and select Git for the *Version control system*. + +4. Click *Import repository*. + +5. Wait for completion... Done! + +#### Gitlab + +1. In the upper-right corner of any page, click the **"+"** icon, then **New project**, or directly go to [https://gitlab.com/projects/new](https://gitlab.com/projects/new). + +2. Select the **Import project** tab, and then click **Repo by URL** (right-most option). + + +3. Paste the following URL in the first input: + + [https://gitea.typename.fr/INSA/be-graphes.git](https://gitea.typename.fr/INSA/be-graphes.git) + +4. Choose the name you want for the repository. + +5. Click *Create project*. + +6. Wait for completion... Done! \ No newline at end of file