From 77546196f5b348749f938fd2087641a9ab070e7d Mon Sep 17 00:00:00 2001 From: Shinsuke OTA Date: Fri, 4 Dec 2020 12:04:38 +0900 Subject: [PATCH] [all] Add history description and make install procedure --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69c8598..fed808a 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,10 @@ art_analysis repository is recommended to use * clone repository * change directory to src directory * make +* make install (recommended for ROOT6 to be installed into the same directory of artemis) * load shared library named libuser.so at the beginning of artemislogon.C -## How to clone +## How to clone (from gitlab in CNS) In order to cloning artemis share code via ssh, it is convenient to setup the ssh config as described below. @@ -39,6 +40,7 @@ git clone gitlab@gitlab.cns.s.u-tokyo.ac.jp:artemis/artemis-share.git ## History +2020-12-04 Remote repository for github with ROOT6 compatibility 2019-08-01 Remote repository was moved to gitlab (Ota) 2015-02-18 Add explanation of this file and other contents (Ota) 2014-06-22 File created (Kawase) -- GitLab