From 35b4a59d4fe7a3d58d70ad49807d857738a288fd Mon Sep 17 00:00:00 2001
From: Dave Casper <dcasper@uci.edu>
Date: Wed, 9 Sep 2020 17:03:57 +0000
Subject: [PATCH] Updates to README

---
 README.md | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 4f860069..7b6282d1 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,12 @@
-First barebone project for Calypso based on Athena master. Only packages not included in atlas/athena are included. The current build relies on the entire ATLAS software library. 
+Calypso is the FASER offline software system, based on the ATLAS Athena and LHCb GAUDI frameworks
 
-The following sequence will allow you to compile Calypso 1.0.0 on any machine with cvmfs access.
+Start by creating a personal fork of https://gitlab.cern.ch/faser/calypso.git (using the gitlab web interface)
+
+Then the following sequence will allow you to compile and run Calypso on any machine with cvmfs access.
 ```
 #clone the (forked) project to your local machine
 git clone --recursive https://:@gitlab.cern.ch:8443/$USERNAME/calypso.git 
 
-# You also need to update faser-common as a submodule
-cd calypso/faser-common
-git submodule update --init
-cd ../..
-
 #The next three lines are used to setup the ATLAS release environment
 export ATLAS_LOCAL_ROOT_BASE=/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase 
 source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh
-- 
GitLab