diff options
author | Yehuda Sadeh <yehuda@hq.newdream.net> | 2012-04-05 11:43:11 -0700 |
---|---|---|
committer | Yehuda Sadeh <yehuda@hq.newdream.net> | 2012-04-05 11:43:11 -0700 |
commit | 0e5d087c460ee1cb3ac04c4e86c755048f357c03 (patch) | |
tree | 2cce4fc46a879078befb577d099fdc94543ec44f /README | |
parent | 0df6fbd3a66741ad02c7556b0c4026dc3577d797 (diff) | |
download | ceph-0e5d087c460ee1cb3ac04c4e86c755048f357c03.tar.gz |
README: update instructions
Needed to add submodule instructions.
Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net>
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ Please see http://ceph.newdream.net/ for current info. ---- +To prepare the source tree for the first time in case it has been git cloned, + +$ git submodule update --init + To build the server daemons, and FUSE client, $ ./autogen.sh |