Bladeren bron

Add note about hiddeninput.exe sources, fixes #675

Jordi Boggiano 12 jaren geleden
bovenliggende
commit
f4f14b684a
1 gewijzigde bestanden met toevoegingen van 4 en 1 verwijderingen
  1. 4 1
      README.md

+ 4 - 1
README.md

@@ -115,4 +115,7 @@ Composer is licensed under the MIT License - see the LICENSE file for details
 Acknowledgments
 ---------------
 
-This project's Solver started out as a PHP port of openSUSE's [Libzypp satsolver](http://en.opensuse.org/openSUSE:Libzypp_satsolver).
+- This project's Solver started out as a PHP port of openSUSE's
+  [Libzypp satsolver](http://en.opensuse.org/openSUSE:Libzypp_satsolver).
+- This project uses hiddeninput.exe to prompt for passwords on windows, sources
+  and details can be found on the [github page of the project](https://github.com/Seldaek/hidden-input).