diff --git a/README.md b/README.md index ca8e47e..8b3a466 100644 --- a/README.md +++ b/README.md @@ -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