mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 05:35:56 -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
|
## Testing
|
||||||
|
|
||||||
* Ensure your system has the `java` executable in `PATH`.
|
* Ensure your system has the `java` executable in `PATH`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user