Skip to content

Commit aceba36

Browse files
committed
docs: updated readme with yard installation cmd
1 parent 2eee4e8 commit aceba36

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,21 @@ A lightweight React Native Turbo Module for decoding WavPack audio files to WAV
1818
## Installation
1919

2020
1. **Install the package**:
21+
22+
Using yarn:
23+
24+
```bash
25+
yarn add react-native-tiny-wavpack-decoder
26+
```
27+
28+
using npm:
29+
2130
```bash
2231
npm install react-native-tiny-wavpack-decoder
2332
```
2433

2534
2. **Link native dependencies**:
35+
2636
- For iOS, install CocoaPods dependencies:
2737
```bash
2838
cd ios && pod install

0 commit comments

Comments
 (0)