> 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/guides/installing/accept-an-invite.md).

# Accept an Invite

How to accept invitation as a recipient

Upon receiving an email invite to OnePub, click the supplied link to accept the invite via the OnePub website.

For the majority of our users, we naturally assume they have Dart installed, in case you don't, please follow the instructions to install Dart from here:

{% embed url="<https://dart.dev/get-dart>" %}

To start, you must first install the OnePub command-line tools.

```
dart pub global activate onepub
```

{% hint style="success" %}
You can authenticate using your Google or Github credentials or an email/password.
{% endhint %}

Run the following command to accept your invite and complete your registration:

```
onepub login
```

All done.

The next steps are:

* Adding a dependency to a [private package](/guides/package-dependencies.md).
* [Publishing your first private package.](/guides/publishing-packages.md)
