mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-27 13:14:41 -04:00
installation instructions
This commit is contained in:
parent
b9bea65e50
commit
1fb0577fd9
11
README.md
11
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`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user