webview-nodejs icon indicating copy to clipboard operation
webview-nodejs copied to clipboard

Add Bun support in README

Open Winterreisender opened this issue 9 months ago • 0 comments

Bun can seamlessly install webview-nodejs, by two commands:

bun add webview-nodejs
bun pm trust libwebview-nodejs

or one command

bun i --trust webview-nodejs

This should be added in README.

webview-bun should be also mentioned.

Winterreisender avatar May 09 '24 10:05 Winterreisender