From 79355efbccd4389ff4f8009108393648157f1a42 Mon Sep 17 00:00:00 2001 From: Dmitry Romanov Date: Fri, 15 Jan 2016 12:10:00 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b75fe398..0d5f64e2 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,16 @@ Platforms: * Windows (partly) ## Installation +The minimum installation to see and manage constants is like this: +```bash +git clone git@github.com:JeffersonLab/ccdb.git ccdb +source ccdb/environment.bash +#That is it! Check it works +ccdb -i +``` +Instructions how to build CCDB for different programming languages and other info are here: [Instructions are here](https://github.com/JeffersonLab/ccdb/wiki/Installation)