From a58237dd31f1eb294fda8ffddfa3eea114321aa4 Mon Sep 17 00:00:00 2001
From: lintao <lintao51@gmail.com>
Date: Tue, 15 Sep 2020 14:25:07 +0800
Subject: [PATCH] WIP: add more docs.

---
 docs/quickstart.md | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/docs/quickstart.md b/docs/quickstart.md
index 99ef02d6..5f2de3f2 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
+```
+
-- 
GitLab