From 66f7e6f115bc08ced8bd3edba5dd9baba8f7dd13 Mon Sep 17 00:00:00 2001 From: Dan Jones <dan.jones@noc.ac.uk> Date: Fri, 20 Jan 2023 16:08:20 +0000 Subject: [PATCH] docs: draw attention to the git url versioning --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ddb70bc..0bc3abc 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ Step definitions are in `test/cucumber` The intention is to install a tagged version of the testsuite into each adapter so that if we develop the testsuite existing adapter implementations won't break. +In JS the target tag/branch/commit is specified with # after the git url + ### NPM ```bash @@ -39,6 +41,8 @@ yarn add --dev git+https://git.noc.ac.uk/communications-backbone-system/backbone ### PIP +In pip the target tag/branch/commit is specified with @ after the git url + ```bash echo "git+https://git.noc.ac.uk/communications-backbone-system/backbone-adapter-testsuite.git@[tag|branch|commit]#egg=backbone-adapter-testsuite" >> requirements.txt -- GitLab