From bec27157925497deeae524241e2edc63c201540b Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Mon, 12 Aug 2013 20:30:08 -0400 Subject: [PATCH] Added more explicit example for texture pack downloading --- docs/running.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/running.rst b/docs/running.rst index 7356894..fbdb137 100644 --- a/docs/running.rst +++ b/docs/running.rst @@ -260,6 +260,10 @@ If you want or need to provide your own textures, you have several options: VERSION=1.6.1 wget https://s3.amazonaws.com/Minecraft.Download/versions/$VERSION/${VERSION}.jar -P ~/.minecraft/versions/$VERSION/ + + For example, to "install" the default minecraft textures for 1.6.2, run:: + + wget https://s3.amazonaws.com/Minecraft.Download/versions/1.6.2/1.6.2.jar -P ~/.minecraft/versions/1.6.2/ * You can also just run the launcher to install the client.