Преглед на файлове

Add note about hiddeninput.exe sources, fixes #675

Jordi Boggiano преди 12 години
родител
ревизия
f4f14b684a
променени са 1 файла, в които са добавени 4 реда и са изтрити 1 реда
  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).