diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-01-07 09:50:29 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-01-07 09:50:29 +0100 |
commit | ae618bcf6a358e539e2e9f4d252344d1a2d1badd (patch) | |
tree | 4aa8e25167a5aae03555eb4918a80393a6232b3e /doc/pl/weechat_tester.pl.txt | |
parent | cd37f120597acfbbedb2414d0cb8bf7c8407bffc (diff) | |
download | weechat-ae618bcf6a358e539e2e9f4d252344d1a2d1badd.zip |
doc: remove comment for autogen.sh in tester's guide (command required even for tarball)
Diffstat (limited to 'doc/pl/weechat_tester.pl.txt')
-rw-r--r-- | doc/pl/weechat_tester.pl.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pl/weechat_tester.pl.txt b/doc/pl/weechat_tester.pl.txt index 5b955a7b2..10f92324f 100644 --- a/doc/pl/weechat_tester.pl.txt +++ b/doc/pl/weechat_tester.pl.txt @@ -94,7 +94,7 @@ $ make install Jeśli nie posiadasz cmake, nadal jest możliwe użycie autotools: ---------------------------------------------------------- -$ ./autogen.sh # (only if you cloned git repository) +$ ./autogen.sh $ ./configure --prefix=$HOME/weechat-git $ make $ make install |