From e6439923cc32e991e9e42d2f29ec6a25445dfc77 Mon Sep 17 00:00:00 2001 From: Mose Mueller Date: Tue, 11 Apr 2023 10:00:38 +0200 Subject: [PATCH] Updating README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37dabbe..49fd71b 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,14 @@ ICON Service Base is a git repository that contains code shared among all Icon s Make sure you have Python 3.10 or later installed on your system. The dependencies of this package are handled with [`poetry`](https://python-poetry.org/docs/#installation). You can install the `icon_service_base` like so: ```bash -poetry add https://gitlab.phys.ethz.ch/tiqi-projects/qchub/icon-services/icon_service_base +poetry add git+ssh://git@gitlab.phys.ethz.ch:tiqi-projects/qchub/icon-services/icon_service_base.git ``` ### TypeScript frontend Make sure you have Node.js and npm or yarn installed on your system. You can install `@icon-service/icon_service_base` like so: ```bash -npm install https://gitlab.phys.ethz.ch/tiqi-projects/qchub/icon-services/icon_service_base +npm install git+ssh://git@gitlab.phys.ethz.ch:tiqi-projects/qchub/icon-services/icon_service_base.git ``` ## Usage