Skip to content

Commit

Permalink
Merge pull request #24 from takahashim/fix-git-command
Browse files Browse the repository at this point in the history
fix git commands
  • Loading branch information
matz committed Apr 20, 2012
2 parents 36be1d6 + f7f3118 commit a0ab6af
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions README.ja
Expand Up @@ -44,11 +44,11 @@ mrubyはISO規格に準拠したRuby言語を様々な環境で動作可能と

開発先端のソースコードは次のコマンドで取得できます.

$ git ....
$ git clone https://github.com/mruby/mruby.git

他に開発中のブランチの一覧は次のコマンドで見られます.

$ git ....
$ git branch -r


* ホームページ (まだ準備中です。ただいま鋭意製作中です。)
Expand Down
4 changes: 2 additions & 2 deletions README.ja.md
Expand Up @@ -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


## ホームページ
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit a0ab6af

Please sign in to comment.