From 385be44ea23702e23747119311b6b0d4d7b6c73c Mon Sep 17 00:00:00 2001 From: James Devine Date: Tue, 15 Feb 2022 16:20:45 +0100 Subject: [PATCH] Added github message --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 747987ce..c8d6d117 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,8 @@ The CARA repository makes use of Git's Large File Storage (LFS) feature. You will need a working installation of git-lfs in order to run CARA in development mode. See https://git-lfs.github.com/ for installation instructions. +CARA is also mirrored to Github if you wish to collaborate on development and can be found at: https://github.com/CERN/cara + ### Installing CARA in editable mode ``` @@ -297,4 +299,4 @@ $ oc process -f deploymentconfig.yaml --param PROJECT_NAME='cara-test' | oc repl ``` Be aware that if you create/recreate the environment you must manually create a **route** in OpenShift, -specifying the respective annotation to be exposed outside CERN. \ No newline at end of file +specifying the respective annotation to be exposed outside CERN.