summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2023-12-15 23:05:04 -0500
committerFreya Murphy <freya@freyacat.org>2023-12-15 23:05:04 -0500
commit1c902c136bf7f30298a882242039ed7a9abf599e (patch)
tree2add19182104b1cbe202b90eab2ad4490f661023 /README.md
parentadd json support and other things (diff)
downloadnbtvis-1c902c136bf7f30298a882242039ed7a9abf599e.tar.gz
nbtvis-1c902c136bf7f30298a882242039ed7a9abf599e.tar.bz2
nbtvis-1c902c136bf7f30298a882242039ed7a9abf599e.zip
update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1220ca9..e037034 100644
--- a/README.md
+++ b/README.md
@@ -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