Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Fomin <fominde@gmail.com>2011-09-22 20:26:25 +0400
committerDenis Fomin <fominde@gmail.com>2011-09-22 20:26:25 +0400
commit45563764a4c1868aefe3410bb484a4a3d96162e5 (patch)
tree47eef59a2a06c8bbe4b4d1af117c8e7e78f0a754 /README.html
parent513f3047f267a3285e63904f4c50fb1c5d03bbb2 (diff)
sh autogen.sh don't work in ubuntu.
Diffstat (limited to 'README.html')
-rw-r--r--README.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.html b/README.html
index ad2b1e102..df3362337 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 &amp; 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>