diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-04-20 08:22:58 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-04-20 08:22:58 -0700 |
| commit | a0ab6af79daa3335235a3eff83907a968dd87ce6 (patch) | |
| tree | e3ca926b969abd482ff547bab15e09827b1e27af /README | |
| parent | 36be1d6270e10e359b2b9d26a77f2e1a78079fd0 (diff) | |
| parent | f7f31188be83e937308ddd3abe7dec42ea48ba78 (diff) | |
| download | mruby-a0ab6af79daa3335235a3eff83907a968dd87ce6.tar.gz mruby-a0ab6af79daa3335235a3eff83907a968dd87ce6.zip | |
Merge pull request #24 from takahashim/fix-git-command
fix git commands
Diffstat (limited to 'README')
| -rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -40,12 +40,12 @@ The mruby distribution files can be found in the following site: The trunk of the mruby source tree can be checked out with the following command: - $ git .... + $ git clone https://github.com/mruby/mruby.git There are some other branches under development. Try the following command and see the list of branches: - $ git .... + $ git branch -r * mruby home-page (sorry, it's not launched yet. we're working on this) |
