From 8f516d1b4687c033d5ef366a7b881d7ca1c37472 Mon Sep 17 00:00:00 2001
From: lintao <lintao51@gmail.com>
Date: Mon, 24 Aug 2020 14:14:58 +0800
Subject: [PATCH] Update the readme.

---
 README.md | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 0b0c964b..ec126d0d 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,11 @@
 # CEPCSW
 
-CEPC offline software prototype based on Gaudi.
-
-The core part of this project (CEPCSW/FWCore) is taken from FCCSW/FWCore.
-Please refer to https://github.com/HEP-FCC/FCCSW
+CEPC offline software prototype based on [Key4hep](https://github.com/key4hep).
 
 ## Quick start
 
+Before run following commands, please make sure you setup the CVMFS:
+
 ```
 $ source /cvmfs/cepcsw.ihep.ac.cn/prototype/releases/externals/97.0.2/setup.sh
 $ git clone git@github.com:cepc/CEPCSW.git
@@ -32,10 +31,6 @@ $ ./run gaudirun.py '$EXAMPLESROOT/options/helloalg.py'
 
 * Service: Common Service
 
-* FWCore: Core Software Based on Gaudi
-
-* cepcenv: tools to help developers build packages
-
 ## Full Chain
 
 Detector simulation: 
-- 
GitLab