0

more wording adjustments

This commit is contained in:
Andrew Brown
2013-08-12 20:47:23 -04:00
parent 9186be8cef
commit 4599307491

View File

@@ -249,8 +249,8 @@ manually. This is common for servers.
If you want or need to provide your own textures, you have several options: If you want or need to provide your own textures, you have several options:
* The easy solution is to download the latest client jar to the place the * The easy solution is to download the latest client jar to the location the
launcher would normally put it. Overviewer will find it and use it. launcher would normally install it. Overviewer will find it and use it.
You can use the following commands to download the client jar on Linux or Mac. You can use the following commands to download the client jar on Linux or Mac.
Run the first line in a terminal, changing the version string to the latest as appropriate Run the first line in a terminal, changing the version string to the latest as appropriate
@@ -263,7 +263,8 @@ If you want or need to provide your own textures, you have several options:
VERSION=1.6.2 VERSION=1.6.2
wget https://s3.amazonaws.com/Minecraft.Download/versions/${VERSION}/${VERSION}.jar -P ~/.minecraft/versions/${VERSION}/ wget https://s3.amazonaws.com/Minecraft.Download/versions/${VERSION}/${VERSION}.jar -P ~/.minecraft/versions/${VERSION}/
If that's too confusing for you, then just take this single line paste it into the terminal to get 1.6.2 textures:: If that's too confusing for you, then just take this single line and paste it into
a terminal to get 1.6.2 textures::
wget https://s3.amazonaws.com/Minecraft.Download/versions/1.6.2/1.6.2.jar -P ~/.minecraft/versions/1.6.2/ wget https://s3.amazonaws.com/Minecraft.Download/versions/1.6.2/1.6.2.jar -P ~/.minecraft/versions/1.6.2/