diff options
| -rw-r--r-- | jsmstrade.buetow.org/content/Download.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/jsmstrade.buetow.org/content/Download.xml b/jsmstrade.buetow.org/content/Download.xml index 759955f..c6bc057 100644 --- a/jsmstrade.buetow.org/content/Download.xml +++ b/jsmstrade.buetow.org/content/Download.xml @@ -1,11 +1,12 @@ <?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> <content> <pagetitle>Download</pagetitle> - <textheader>FTP</textheader> - <text> - <namedlink href="ftp://ftp.buetow.org/pub/JSMSTrade">ftp://ftp.buetow.org/pub/JSMSTrade</namedlink> - </text> <textheader>Git</textheader> <text>JSMSTrade can also be downloaded from Git. Use the following steps to do so:</text> <pretext>git clone git://git.buetow.org/jsmstrade.git</pretext> + <textheader>Zip Files</textheader> + <text> + <noop>The zip files can be obtained from git as well:</noop> + <pretext>git clone -b packages git://git.buetow.org/jsmstrade.git jsmstrade-packages</pretext> + </text> </content> |
