Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
docs(fix): saving echo to file
Browse files Browse the repository at this point in the history
  • Loading branch information
apinanyogaratnam committed Dec 24, 2022
1 parent d5ae493 commit 6197fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6197fd0

Please sign in to comment.