diff options
author | Aaron LI <aaronly.me@outlook.com> | 2017-02-07 14:53:31 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2017-02-07 14:53:31 +0800 |
commit | e81cdf23d0384ac20282675f3d45c3d6329666fa (patch) | |
tree | 9376fd6d60a70ada9c6c0a906cb3648d9c7676bf | |
parent | d4eb2faf10544fe41e5f493520bd091569b52efa (diff) | |
download | chandra-acis-analysis-e81cdf23d0384ac20282675f3d45c3d6329666fa.tar.bz2 |
Update Installation guide about clone this repo
Credit:
* How to `git clone` including submodules?
https://stackoverflow.com/a/4438292/4856091
-rw-r--r-- | README.md | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -48,7 +48,18 @@ TODO Installation ------------ -1. ``mass_profile`` +1. Clone this repository with ``opt_utilities``: +``` +$ git clone --recursive https://github.com/liweitianux/chandra-acis-analysis.git +``` +or in this way: +``` +$ git clone https://github.com/liweitianux/chandra-acis-analysis.git +$ cd chandra-acis-analysis +$ git submodule update --init --recursive +``` + +2. Build ``mass_profile`` ``` $ cd mass_profile $ make clean @@ -57,7 +68,7 @@ $ make $ make OPENMP=yes ``` -2. ``cosmo_calc`` +3. Get and build ``cosmo_calc`` Get it from repository [atoolbox](https://github.com/liweitianux/atoolbox), under the directory ``astro/cosmo_calc``. |