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