I try to install PHPMD on Windows computer using the comments below
$ git clone git://github.com/phpmd/phpmd.git
cd phpmd
$ git submodule update --init
$ php composer.phar install
After installed PHPMD, I am getting the below error when I am trying to use PHPMD on Windows command prompt
Could not open input file: @bin_dir@\phpmd
Any one can help me to fix this issue