diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-05-12 10:31:52 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-05-12 10:31:52 +0200 |
commit | 50bfe2cbbaf976b526f186c95b0a460b69ba623d (patch) | |
tree | 67edf1bbe4b4d776e0b88b9a3d7182f20c53f548 /doc/de | |
parent | 92424a595d5e4aad03cddac6038dff6ac80ea9df (diff) | |
download | weechat-50bfe2cbbaf976b526f186c95b0a460b69ba623d.zip |
Fix git command to clone repository in doc
Diffstat (limited to 'doc/de')
-rw-r--r-- | doc/de/user/install.de.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/de/user/install.de.xml b/doc/de/user/install.de.xml index 1939a40b7..7be28fc0c 100644 --- a/doc/de/user/install.de.xml +++ b/doc/de/user/install.de.xml @@ -118,7 +118,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. <para> Um die GIT Quellen zu bekommen, sind folgende Kommandos nötig: -<screen><prompt>$ </prompt><userinput>git-clone git://git.sv.gnu.org/weechat.git</userinput></screen> +<screen><prompt>$ </prompt><userinput>git clone git://git.sv.gnu.org/weechat.git</userinput></screen> </para> <para> |