From 6197fd0757ce980a2d83185b23c8818cf5fd1886 Mon Sep 17 00:00:00 2001 From: apinanyogaratnam Date: Fri, 23 Dec 2022 22:34:01 -0500 Subject: [PATCH] docs(fix): saving echo to file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f0c274..c603c37 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A cli tool built using rust to clone git subdirectories Download the cli tool ```sh -(cd ~ && ./curl https://github.com/apinanyogaratnam/clone-git-subdirectory/releases/download/v0.0.2/cgs --output cgs && echo "alias cgs='~/cgs'") +(cd ~ && ./curl https://github.com/apinanyogaratnam/clone-git-subdirectory/releases/download/v0.0.2/cgs --output cgs && echo >> "alias cgs='~/cgs'") ``` ## Usage