From 7bdb3573e37674b5937a58a20eb4ddd33bf8af00 Mon Sep 17 00:00:00 2001 From: "lintao@ihep.ac.cn" <lintao@ihep.ac.cn> Date: Wed, 7 Aug 2024 09:22:46 +0000 Subject: [PATCH] update Git URL in README --- README.md | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index a438dd0d..12cca584 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,21 @@ # [CEPCSW](https://cepc.github.io/CEPCSW/) -[](https://www.travis-ci.com/cepc/CEPCSW) -[](https://github.com/cepc/CEPCSW/actions) +[](https://code.ihep.ac.cn/cepc/CEPCSW/-/commits/master) +[](https://github.com/cepc/CEPCSW/actions) CEPC offline software prototype based on [Key4hep](https://github.com/key4hep). ## Quick start -SSH to lxslc7 (CentOS 7). +SSH to lxlogin (Alma Linux 9) and start the container CentOS 7: +``` +$ /cvmfs/container.ihep.ac.cn/bin/hep_container shell CentOS7 +``` Before run following commands, please make sure you setup the CVMFS: ``` -$ git clone git@github.com:cepc/CEPCSW.git +$ git clone git@code.ihep.ac.cn:cepc/CEPCSW.git $ cd CEPCSW $ git checkout master # branch name $ source setup.sh @@ -35,11 +38,3 @@ $ ./run.sh Examples/options/helloalg.py * Reconstruction: Reconstruction -## Conventions for collections -Keep the collection names compatible between the prototype and the existing CEPC software. - -* MCParticle -* VXDCollection -* SITCollection -* TPCCollection -* SETCollection -- GitLab