minecraft: improve INSTALL.msg.
This commit is contained in:
parent
3e7f95a7cf
commit
608ca3eb07
2 changed files with 3 additions and 6 deletions
|
@ -1,8 +1,5 @@
|
||||||
==========================================================================
|
|
||||||
|
|
||||||
To start the Minecraft launcher a java implementation is required,
|
To start the Minecraft launcher a java implementation is required,
|
||||||
right now you can install the Oracle propietary "oracle-jre" package available
|
right now you can install the Open Java Runtime (openjdk-jre) or
|
||||||
|
the Oracle propietary "oracle-jre" package available
|
||||||
in the nonfree repository; alternatively you can also use your own
|
in the nonfree repository; alternatively you can also use your own
|
||||||
and make sure that "java" executable is in your PATH.
|
and make sure that "java" executable is in your PATH.
|
||||||
|
|
||||||
==========================================================================
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'minecraft'
|
# Template build file for 'minecraft'
|
||||||
pkgname=minecraft
|
pkgname=minecraft
|
||||||
version=0.4
|
version=0.5
|
||||||
revision=1
|
revision=1
|
||||||
nonfree="yes"
|
nonfree="yes"
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
|
|
Loading…
Reference in a new issue