From 05516e76425d13fa1aab63efa603bbb97c29a1c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sat, 14 Mar 2026 14:35:31 +0400 Subject: [PATCH] Add more install commands Not just pnpm --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2ecdfb7..d029443 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,17 @@ For a demo application, as well as source code using this module, check out [Mar ## Installation ```bash +# npm +npm install @remotestorage/module-places + +# pnpm pnpm add @remotestorage/module-places + +# yarn +yarn add @remotestorage/module-places + +# bun +bun add @remotestorage/module-places ``` ## Usage