diff --git a/docs/quickstart.md b/docs/quickstart.md index 99ef02d6b0f637d2c94f7a99cf56dd5606a974f5..5f2de3f2b366bab6e3dabfab255ff65e68089735 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -1,2 +1,28 @@ # Quick start +## Start development environment in a Singularity Container + +Start the container in lxslc7 (OS: CentOS7): +``` +$ /cvmfs/container.ihep.ac.cn/bin/hep_container shell SL6 +``` + +## Get code using git + +``` +$ git clone git@github.com:cepc/CEPCSW.git +$ cd CEPCSW +``` +## Setup and build + +``` +$ source setup.sh +$ ./build.sh +``` + +## Run a simple test + +``` +$ ./run.sh Examples/options/tut_detsim_SDT.py +``` +