From 1fb0577fd9398ab5c033c29c978aa15c4708fc83 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sat, 5 Jan 2013 00:55:24 -0500 Subject: [PATCH] installation instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index dde92b9..69b31c9 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,17 @@ server.on('login', function(client) { }); ``` +## Installation + +### Linux + +`npm install minecraft-protocol` + +### Windows + + * Follow the Windows instructions from [Obvious/ursa](https://github.com/Obvious/ursa) + * `npm install minecraft-protocol` + ## Testing * Ensure your system has the `java` executable in `PATH`.