From 5cecde69af52dee8e5a04b3e25d2e53185707447 Mon Sep 17 00:00:00 2001 From: Dylan Turner Date: Mon, 6 Mar 2023 11:42:40 -0600 Subject: [PATCH] README: info about restore/backup feature Signed-off-by: Dylan Turner --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 48e6117..171cb84 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,13 @@ There are 5 commands supported by the aip-man: + Usage: `aipman run [args]...` + This command will run one of your installed apps, so you don't have to navigate to the install directory to launch them. + You can also pass any number of arguments to the AppImage if you so choose. +- Restore + + Usage: `aipman restore` + + This command will take the backup file `.aipman_backup.tar.gz` and unpack it where ~/Applications used to be. -Additionally, if you want to review changes first, you can add the --ask/-a tag which will cause the application to ask you if you want to continue. Defaults to yes. +There are two additional options that can be passed in before providing a subcommand: +- If you want to review changes first, you can add the --ask/-a tag which will cause the application to ask you if you want to continue. Defaults to yes. +- If you want to create a backup before making a change, you can use the --backup/-b tag that can be restored from via `aipman restore` ## Contributing