From 6cee73df2f8a243fd2a9da897b5c67b7b4f5e7a4 Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Tue, 10 Nov 2020 15:28:14 +0100 Subject: [PATCH] Remove more mentions of git submodules we use ayarn workspaces now --- packages/app-shell/README.md | 2 +- packages/check-in-place-select/README.md | 2 +- packages/qr-code-scanner/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/app-shell/README.md b/packages/app-shell/README.md index 3f9442f4..f70ee1d7 100644 --- a/packages/app-shell/README.md +++ b/packages/app-shell/README.md @@ -75,7 +75,7 @@ activities. Handles login, language selection, activity switching, menus etc. git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git cd toolkit/packages/app-shell -# install dependencies (make sure you have npm version 4+ installed, so symlinks to the git submodules are created automatically) +# install dependencies yarn install # constantly build dist/bundle.js and run a local web-server on port 8002 diff --git a/packages/check-in-place-select/README.md b/packages/check-in-place-select/README.md index 1f9be4d9..81f53f09 100644 --- a/packages/check-in-place-select/README.md +++ b/packages/check-in-place-select/README.md @@ -33,7 +33,7 @@ git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git cd toolkit/packages/check-in-place-select -# install dependencies (make sure you have npm version 4+ installed, so symlinks to the git submodules are created automatically) +# install dependencies yarn install # constantly build dist/bundle.js and run a local web-server on port 8002 diff --git a/packages/qr-code-scanner/README.md b/packages/qr-code-scanner/README.md index 9c2ed0af..29961b5f 100644 --- a/packages/qr-code-scanner/README.md +++ b/packages/qr-code-scanner/README.md @@ -39,7 +39,7 @@ after loaded. This attribute is also used to stop the QR code reader or if you d git clone git@gitlab.tugraz.at:dbp/web-components/qr-code-scanner.git cd qr-code-scanner -# install dependencies (make sure you have npm version 4+ installed, so symlinks to the git submodules are created automatically) +# install dependencies yarn install # constantly build dist/bundle.js and run a local web-server on port 8002 -- GitLab