installation instructions

This commit is contained in:
Andrew Kelley 2013-01-05 00:55:24 -05:00
parent b9bea65e50
commit 1fb0577fd9

View File

@ -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`.