From 9b9c5f0d8a9a63533c2a8bdc3a268516435c47d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 20:36:47 +0200 Subject: Upgrade to version 4.1.6 (#397) * Upgrade to v4.1.6 * Auto-update README --------- Co-authored-by: yunohost-bot Co-authored-by: yunohost-bot --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ffb2167..8f5a763 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Mastodon is a free, open-source microblogging social network. It is a decentralized alternative to commercial platforms like Twitter and avoids the risks of a single company monopolizing your communication for commercial purposes. -**Shipped version:** 4.1.4~ynh1 +**Shipped version:** 4.1.6~ynh1 **Demo:** https://joinmastodon.org/ -- cgit v1.2.3-70-g09d2 From 56c5687066e57fe04220d70851c0d52950b9461c Mon Sep 17 00:00:00 2001 From: nebocamin Date: Tue, 8 Aug 2023 22:12:17 +0200 Subject: typo s/tooctl/tootctl (#400) * Update README.md typo s/tooctl/tootctl * Update README_fr.md typo s/tooctl/tootctl * Update DISCLAIMER.md typo s/tooctl/tootctl * Update DISCLAIMER_fr.md typo s/tooctl/tootctl --- README.md | 2 +- README_fr.md | 4 ++-- doc/DISCLAIMER.md | 2 +- doc/DISCLAIMER_fr.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8f5a763..f2105b5 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ $ screen -r `$ sudo yunohost app upgrade mastodon -u https://github.com/YunoHost-Apps/mastodon_ynh --debug ` -### Administrate with tooctl +### Administrate with tootctl `$ (cd /var/www/mastodon/live && sudo -u mastodon RAILS_ENV=production PATH=/opt/rbenv/versions/mastodon/bin bin/tootctl --help)` diff --git a/README_fr.md b/README_fr.md index bedc67e..b5ad919 100644 --- a/README_fr.md +++ b/README_fr.md @@ -63,7 +63,7 @@ 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 +### Administration avec tootctl `$ (cd /var/www/mastodon/live && sudo -u mastodon RAILS_ENV=production PATH=/opt/rbenv/versions/mastodon/bin bin/tootctl --help)` @@ -95,4 +95,4 @@ ou sudo yunohost app upgrade mastodon -u https://github.com/YunoHost-Apps/mastodon_ynh/tree/testing --debug ``` -**Plus d’infos sur le packaging d’applications :** \ No newline at end of file +**Plus d’infos sur le packaging d’applications :** diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 959c15d..e08b255 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -27,7 +27,7 @@ $ screen -r `$ sudo yunohost app upgrade mastodon -u https://github.com/YunoHost-Apps/mastodon_ynh --debug ` -### Administrate with tooctl +### Administrate with tootctl `$ (cd /var/www/mastodon/live && sudo -u mastodon RAILS_ENV=production PATH=/opt/rbenv/versions/mastodon/bin bin/tootctl --help)` diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md index a7b81ce..09ed5c9 100644 --- a/doc/DISCLAIMER_fr.md +++ b/doc/DISCLAIMER_fr.md @@ -32,7 +32,7 @@ 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 +### Administration avec tootctl `$ (cd /var/www/mastodon/live && sudo -u mastodon RAILS_ENV=production PATH=/opt/rbenv/versions/mastodon/bin bin/tootctl --help)` -- cgit v1.2.3-70-g09d2