File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,15 +72,15 @@ Add the `bin` folder to your path permanently in `~/.bashrc`, `~/.zshrc` or the
7272For ` ~/.bashrc ` :
7373
7474``` shell
75- echo ' export AI_INTENT_DRIVEN_DEVELOPMENT_INSTALL_DIR=$(pwd) ' >> ~ /.bashrc
75+ echo ' export AI_INTENT_DRIVEN_DEVELOPMENT_INSTALL_DIR=~/.local/share/ai-intent-driven-development ' >> ~ /.bashrc
7676echo ' export PATH=$PATH:${AI_INTENT_DRIVEN_DEVELOPMENT_INSTALL_DIR}/bin' >> ~ /.bashrc
7777echo ' alias aidd="${AI_INTENT_DRIVEN_DEVELOPMENT_INSTALL_DIR}/bin/ai-intent-driven-development.sh"' >> ~ /.zshrc
7878```
7979
8080For ` ~/.zshrc ` :
8181
8282``` shell
83- echo ' export AI_INTENT_DRIVEN_DEVELOPMENT_INSTALL_DIR=$(pwd) ' >> ~ /.zshrc
83+ echo ' export AI_INTENT_DRIVEN_DEVELOPMENT_INSTALL_DIR=~/.local/share/ai-intent-driven-development ' >> ~ /.zshrc
8484echo ' export PATH=$PATH:${AI_INTENT_DRIVEN_DEVELOPMENT_INSTALL_DIR}/bin' >> ~ /.zshrc
8585echo ' alias aidd="${AI_INTENT_DRIVEN_DEVELOPMENT_INSTALL_DIR}/bin/ai-intent-driven-development.sh"' >> ~ /.zshrc
8686```
You can’t perform that action at this time.
0 commit comments