summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortakahashim <[email protected]>2012-04-21 00:15:39 +0900
committertakahashim <[email protected]>2012-04-21 00:15:39 +0900
commitf7f31188be83e937308ddd3abe7dec42ea48ba78 (patch)
treee3ca926b969abd482ff547bab15e09827b1e27af
parent36be1d6270e10e359b2b9d26a77f2e1a78079fd0 (diff)
downloadmruby-f7f31188be83e937308ddd3abe7dec42ea48ba78.tar.gz
mruby-f7f31188be83e937308ddd3abe7dec42ea48ba78.zip
fix git commands
-rw-r--r--README4
-rw-r--r--README.ja4
-rw-r--r--README.ja.md4
-rw-r--r--README.md2
4 files changed, 7 insertions, 7 deletions
diff --git a/README b/README
index 12f8f5135..bfcd138cc 100644
--- a/README
+++ b/README
@@ -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)
diff --git a/README.ja b/README.ja
index 22895a403..18ef16d13 100644
--- a/README.ja
+++ b/README.ja
@@ -44,11 +44,11 @@ mrubyはISO規格に準拠したRuby言語を様々な環境で動作可能と�
開発先端のソースコードは次のコマンドで取得できます.
- $ git ....
+ $ git clone https://github.com/mruby/mruby.git
他に開発中のブランチの一覧は次のコマンドで見られます.
- $ git ....
+ $ git branch -r
* ホームページ (まだ準備中です。ただいま鋭意製作中です。)
diff --git a/README.ja.md b/README.ja.md
index 0776226aa..aabad4c15 100644
--- a/README.ja.md
+++ b/README.ja.md
@@ -45,11 +45,11 @@ mrubyは[ISO規格](http://www.ipa.go.jp/about/press/20120402_2.html)に準拠�
開発先端のソースコードは次のコマンドで取得できます。
- $ git ....
+ $ git clone https://github.com/mruby/mruby.git
他に開発中のブランチの一覧は次のコマンドで見られます。
- $ git ....
+ $ git branch -r
## ホームページ
diff --git a/README.md b/README.md
index 8fcbf44c7..f9a64ebb3 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ following command:
There are some other branches under development. Try the following
command and see the list of branches:
- $ git ....
+ $ git branch -r
## mruby home-page