Skip to content

Commit f3e271d

Browse files
committed
added bun notice
1 parent 2365fe5 commit f3e271d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: README.md

+11
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,17 @@ Please note that you need CMake and GCC installed if you don't have it already,
4242
sudo apt-get install -y build-essential cmake g++
4343
```
4444

45+
## Bun
46+
47+
If you are using BUN to install your packages you will have to add llama to list of trusted dependencies to your `package.json` to ensure the CMake compile pass is executed during the install.
48+
49+
Simply add this:
50+
```javascript
51+
"trustedDependencies": [
52+
"@duck4i/llama"
53+
],
54+
```
55+
4556
## Usage
4657

4758
```javascript

0 commit comments

Comments
 (0)