Replace wget by curl

This commit is contained in:
Antonin Décimo
2013-12-20 20:39:15 +01:00
parent c41a566c20
commit 4851a30d00
2 changed files with 10 additions and 10 deletions

View File

@@ -2,9 +2,9 @@
`love-release.sh [OPTIONS] [FILES...]`
### DESCRIPTION
You can use love-release.sh to generate Love2D executables for Linux, OS X, Windows (x86 and x86_64),
You can use love-release.sh to generate Love2D executables for Linux, OS X, Windows (x86 and x86_64),
as specified in love2d.org.
An Internet connection is required. The script uses wget, zip and unzip commands.
An Internet connection is required. The script uses curl, zip and unzip commands.
By default, the script generates releases for every system. But if you add options,
it will generate releases only for the specified systems.