Add more install commands
All checks were successful
Test / test (push) Successful in 33s

Not just pnpm
This commit is contained in:
2026-03-14 14:35:31 +04:00
parent 22c6b02e4b
commit 05516e7642

View File

@@ -11,7 +11,17 @@ For a demo application, as well as source code using this module, check out [Mar
## Installation ## Installation
```bash ```bash
# npm
npm install @remotestorage/module-places
# pnpm
pnpm add @remotestorage/module-places pnpm add @remotestorage/module-places
# yarn
yarn add @remotestorage/module-places
# bun
bun add @remotestorage/module-places
``` ```
## Usage ## Usage