Compatibility GNU/BSD, fix #20

Changed `sed -r` to `sed -E`. OSX does not support `sed -r` while
FreeBSD does. GNU sed seems to support `sed -E` even if it is not
in the man page.
Changed install command.
This commit is contained in:
Antonin Décimo
2015-07-06 12:19:33 +02:00
parent d4291daf92
commit a078106148
3 changed files with 13 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
`love-release.sh` -- Bash script to generate [LÖVE](https://love2d.org/) game releases
### INSTALLATION
`love-release` relies on `GNU sed`, `GNU getopt` (OSX and BSD user needs to install them), `curl`, `zip` and `unzip`.
`love-release` relies on `GNU getopt` (OSX and BSD user needs to install it), `curl`, `zip` and `unzip`.
You need to have `lua` installed to be able to read the configuration.
You also need Wine to get icons and installer for Windows, the Debian pakaging utilities for Debian and the Android SDK to build a package for Android.