-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dmitry Romanov
committed
Jan 15, 2016
1 parent
b49c9d8
commit 79355ef
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,8 +19,16 @@ Platforms: | |
* Windows (partly) | ||
|
||
## Installation | ||
The minimum installation to see and manage constants is like this: | ||
```bash | ||
git clone [email protected]: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) | ||
|
||
|
||
|