update readme
This commit is contained in:
parent
42d1c82a0b
commit
1c902c136b
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@ Command line visualizer for the minecraft [NBT](https://wiki.vg/NBT) data file f
|
|||
|
||||
#### usage
|
||||
|
||||
`nbtvis <file.nbt>`
|
||||
`nbtvis [OPTIONS]... [INFILE] [OUTFILE]`
|
||||
|
||||
You can know if a file is NBT if the first byte in hexdump is `0a`
|
||||
Files will have their filetype auto guessed based on their file extension: `.nbt`, `.snbt`, `.json`, unless one is manually specified. The NBT format is the default.
|
||||
|
||||
#### complementation
|
||||
|
||||
|
@ -17,7 +17,7 @@ make build
|
|||
sudo make install
|
||||
```
|
||||
|
||||
The binary will be installed to `/usr/lcoal/bin/nbtvis`
|
||||
The binary will be installed to `/usr/local/bin/nbtvis`
|
||||
|
||||
#### license
|
||||
|
||||
|
|
Loading…
Reference in a new issue