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

Commit

Permalink
docs: updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
apinanyogaratnam committed Dec 24, 2022
1 parent 0e0ab06 commit 1c34657
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ A cli tool built using rust to clone git subdirectories.

Download the cli tool

macos:
```sh
(cd ~ && curl https://github.com/apinanyogaratnam/clone-git-subdirectory/raw/main/binaries/cgs --output cgs && chmod +x ./cgs && echo "alias cgs='~/cgs'" >> ~/.zshrc)
(cd ~ && curl https://github.com/apinanyogaratnam/clone-git-subdirectory/raw/main/binaries/cgs-macos --output cgs && chmod +x ./cgs && echo "alias cgs='~/cgs'" >> ~/.zshrc)
```

## Usage
Expand Down

0 comments on commit 1c34657

Please sign in to comment.