Skip to content

Commit

Permalink
added installation to README
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtThiemann committed Sep 3, 2021
1 parent 01dfd57 commit 0542867
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ for 64-bit types, including the relatively new `TAG_Long_Array`.

Additionally, all three flavors (Java Edition, Bedrock Edition/little endian, and Bedrock Edition/VarInt) of the NBT format are supported.

### Installation
```shell
composer require aternos/nbt
```

## Usage
### Reading NBT data
To read existing NBT data, a Reader object is required.
Expand Down

0 comments on commit 0542867

Please sign in to comment.