> For the complete documentation index, see [llms.txt](https://docs.onepub.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onepub.dev/workflows/distributing-to-customers/customer-installation-instructions.md).

# Customer installation instructions

Once you have invited a customer to your OnePub organisation and provided them with the required permissions, the customer adds a dependency to your package as follows:

```bash
dart pub global activate onepub
onepub login
cd the-customers-app-dir
onepub pub add <your package>
dart/flutter pub get
```

The customer's team members can also log into the OnePub website, use the OnePub search interface and access your package documentation, all through a familiar interface modelled on pub.dev.
