From f4f14b684af5670fbe8206d2970b199faee67546 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sun, 26 Aug 2012 00:28:28 +0200 Subject: [PATCH] Add note about hiddeninput.exe sources, fixes #675 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64608100b..54a01da4c 100644 --- a/README.md +++ b/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). \ No newline at end of file