diff --git a/README.html b/README.html index ad2b1e102fd0550d356dd2730147f31353a81072..df336233726aaf9ba2777a44377872c7843ca414 100644 --- a/README.html +++ b/README.html @@ -72,7 +72,7 @@ or if you use hg version and you didn't 'make install' you can also run from gaj </ul> <p>steps to compile gajim:</p> <pre> - $ sh autogen.sh + $ ./autogen.sh $ ./configure $ make </pre> @@ -95,7 +95,7 @@ If you want to remove it from custom directory provide it as: <h2>Miscellaneous</h2> <h3>XML & Debugging</h3> -<p>If you want to see the xml stanzas and/or help us debugging +<p>If you want to see the xml stanzas and/or help us debugging you're advised to enable verbose via advanced configuration window. If you don't want to make this permanent, execute gajim with --verbose everytime you want to have verbose output.</p>