From acef844764ea5250ec52e6e035af39080bf12a26 Mon Sep 17 00:00:00 2001 From: Krishna Udaiwal Date: Wed, 18 Dec 2024 04:33:01 -0500 Subject: [PATCH] Update README (#174) Fixed typo from old style git clone url --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 10c84fce..36bf8039 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ Rather than editing files locally, this repository also comes with a web-based c development mode with the `web` option (which installs `flask` and `flask-bootstrap`) using: ```console -$ git clone git+https://github.com/biopragmatics/biomappings.git +$ git clone https://github.com/biopragmatics/biomappings.git $ cd biomappings $ git checkout -b your-branch-name $ pip install -e .[web] @@ -186,7 +186,7 @@ python3 -m pip install git+https://github.com/biopragmatics/biomappings.git To install in development mode and create a new branch, use the following: ```console -$ git clone git+https://github.com/biopragmatics/biomappings.git +$ git clone https://github.com/biopragmatics/biomappings.git $ cd biomappings $ python3 -m pip install -e . ```