From 34458cdf9e73135afef14599be710028d96bf477 Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Tue, 26 Jul 2022 22:42:40 -0400 Subject: [PATCH] docs: Correcting store and restore quick references --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f8c49f..3a0cf7f 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,8 @@ transpose restore ~/.local/share/transpose/zsh # Remove symlink, move ~/.local/ transpose apply ~/.local/share/transpose/zsh # Recreate symlink in cache location transpose create ~/.config/zsh ~/.local/share/transpose/zsh # Recreate cache file -transpose store ~/.config/zsh zsh_config -s /mnt/backups # Move ~/.config/zsh -> /mnt/backups/zsh_config, create symlink, create cache -transpose --cache-filename .mycache.json restore /mnt/backups/zsh_config # Use /mnt/backup/.zsh_config.json for restoring a stored directory +transpose store -s /mnt/backups ~/.config/zsh zsh_config # Move ~/.config/zsh -> /mnt/backups/zsh_config, create symlink, create cache +transpose restore --cache-filename .mycache.json /mnt/backups/zsh_config # Use /mnt/backup/.zsh_config.json for restoring a stored directory ```