Update manifest

This commit is contained in:
Girish Ramakrishnan
2019-07-17 17:29:04 -07:00
parent 1de0934495
commit 3439deee04
2 changed files with 17 additions and 6 deletions

12
POSTINSTALL.md Normal file
View File

@@ -0,0 +1,12 @@
<sso>
This app integrates with Cloudron user management. Cloudron users can login and access
Mastodon.
</sso>
To make a user an administrator, use the [Web Terminal](https://cloudron.io/documentation/apps/#web-terminal)
and run the following command:
```
bin/tootctl accounts modify <username> --role admin
```