Skip to content

Commit 6291079

Browse files
committed
fix (readme-install): Fixed git clone URL and path to cd into.
Signed-off-by: Exadra37 <exadra37@gmail.com>
1 parent c0187f6 commit 6291079

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ We recommend you to perform a global installation, but we also provide instructi
5858
On your terminal execute:
5959

6060
```shell
61-
git clone https://github.com/BEAM-Devs/ai-intent-driven-development.git ~/.local/share/ai-intent-driven-development
61+
git clone https://github.com/Exadra37/ai-intent-driven-development.git ~/.local/share/ai-intent-driven-development
6262
```
6363

6464
Go inside the installation directory:
6565

6666
```shell
67-
cd ai-intent-driven-development
67+
cd ~/.local/share/ai-intent-driven-development
6868
```
6969

7070
Add the `bin` folder to your path permanently. Replace `~/.bashrc` with the file for your shell, for example `~/.zshrc`:
@@ -103,7 +103,7 @@ On your terminal execute:
103103

104104
```shell
105105
mkdir .local
106-
git clone https://github.com/BEAM-Devs/ai-intent-driven-development.git .local/ai-intent-driven-development
106+
git clone https://github.com/Exadra37/ai-intent-driven-development.git .local/ai-intent-driven-development
107107
```
108108

109109
If you don't have a `.gitignore_global` yet, you can create one with:

0 commit comments

Comments
 (0)