From f2f0c052c4b22588d78621fb1c9f5a4ec63bf312 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Wed, 10 Apr 2024 21:12:05 +0200 Subject: [PATCH] cli -> command-line Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> --- doc/POST_INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md index 9d15e11..8085716 100644 --- a/doc/POST_INSTALL.md +++ b/doc/POST_INSTALL.md @@ -5,7 +5,7 @@ If you selected a remote borg server as backup target, you should now install th User: __SSH_USER__ Public key: __PUBLIC_KEY__ -Or if you want to use cli: +Or if you want to use command-line: `yunohost app install https://github.com/YunoHost-Apps/borgserver_ynh -a "ssh_user=__SSH_USER__&public_key=__PUBLIC_KEY__"`