diff options
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | README_fr.md | 4 |
2 files changed, 8 insertions, 0 deletions
@@ -46,6 +46,10 @@ $ screen -r `$ sudo yunohost app upgrade mastodon -u https://github.com/YunoHost-Apps/mastodon_ynh --debug ` +### Administrate with tooctl + +`$ (cd /var/www/mastodon/live && sudo -u mastodon RAILS_ENV=production PATH=/opt/rbenv/versions/mastodon/bin bin/tootctl --help)` + ## Documentation * Official documentation: https://docs.joinmastodon.org/ diff --git a/README_fr.md b/README_fr.md index 1f1fc84..3c6dd63 100644 --- a/README_fr.md +++ b/README_fr.md @@ -47,6 +47,10 @@ L'utilisateur admin est créé automatiquement comme : user@domain.tld `$ sudo yunohost app upgrade mastodon -u https://github.com/YunoHost-Apps/mastodon_ynh --debug ` +### Administration avec tooctl + +`$ (cd /var/www/mastodon/live && sudo -u mastodon RAILS_ENV=production PATH=/opt/rbenv/versions/mastodon/bin bin/tootctl --help)` + ## Documentation * Documentation officielle : https://docs.joinmastodon.org/ |
