From caf1732d676ed2e565d40dccb03d93e45e6a25e1 Mon Sep 17 00:00:00 2001
From: lintao <lintao51@gmail.com>
Date: Tue, 6 Aug 2019 10:36:07 +0800
Subject: [PATCH] add the quickstart.

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

diff --git a/README.md b/README.md
index fbc118c6..75a3bfb7 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,17 @@
 
 CEPC offline software prototype based on Gaudi
 
+## Quick start
+
+```
+$ source /cvmfs/cepcsw.ihep.ac.cn/prototype/setup.sh
+$ git clone git@cepcgit.ihep.ac.cn:cepc-prototype/cepc-offline.git
+$ cd cepc-offline
+$ mkdir build && cd build
+$ cmake ..
+$ make
+```
+
 ## Packages
 
 * Core: Core Software Based on Gaudi
-- 
GitLab