diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-03-27 16:57:45 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-03-27 16:57:45 +0100 |
| commit | 57a98e40f61943fdd5ea22ac4b59154fd8b5637e (patch) | |
| tree | dce1e59f1409b16f85468e2fa4ba2cbda6dae1a6 | |
| parent | e4a3f7451e8180a6db3485ec057ee533c7d30705 (diff) | |
Add directory agnostic clone command
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,9 +6,9 @@ brew install vim # Installation : ```sh -git clone [email protected]:a14m/.vim +git clone [email protected]:a14m/.vim ~/.vim # or -git clone [email protected]:~a14m/.vim +git clone [email protected]:~a14m/.vim ~/.vim ``` # Create symlinks : |
