Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For read-only repository access:

No Format

git clone git://fiz.stanford.edu/git/ramcloud.git
git submodule update --init

Don't worry about having read-only access; it really shouldn't impede you. We'd prefer to pull changes from you or have you send patches (see git-format-patch and git-send-email). This lets us ensure that the fiz repo is generally in a working state and is making forward progress.

...

For those with fiz accounts clone from here for write access:

No Format

git clone ssh://fiz.stanford.edu/git/ramcloud.git
git submodule update --init

Compiling

cd ramcloud; make

...