Skip to content

Commit

Permalink
Fix markdown typo. #11
Browse files Browse the repository at this point in the history
  • Loading branch information
DeaR committed Apr 17, 2012
1 parent 7988103 commit 29f7ade
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,13 @@ A front end for git in [xyzzy].

3. 更に環境固有の設定も追加します
* [msysgit] を使用
$MSYSGIT -- [msysgit] のインストールディレクトリ

```lisp
(pushnew `("PATH" . ,(concat "$MSYSGIT/bin;$MSYSGIT/mingw/bin;$MSYSGIT/cmd;"
(si:getenv "PATH")))
*git-environ* :test #'equal)
```
$MSYSGIT -- [msysgit] のインストールディレクトリ

* [msysgit][cygwin] が同居していて、 [msysgit] を使用

```lisp
Expand Down

0 comments on commit 29f7ade

Please sign in to comment.