Skip to content

Commit 08de5e1

Browse files
Move .env-example to PAI_DIRECTORY
- Moved .env-example from root to PAI_DIRECTORY folder - Updated README.md to reference ${PAI_DIR}/.env-example - Updated documentation/README.md to use correct path - Removed broken example-env-file symbolic link - Now all configuration files are contained within PAI_DIRECTORY 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 8ff95c6 commit 08de5e1

4 files changed

Lines changed: 2 additions & 3 deletions

File tree

File renamed without changes.

PAI_DIRECTORY/documentation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ cd PAI_DIRECTORY/voice-server
115115
./install.sh
116116

117117
# Configure environment
118-
cp .env.example ${PAI_DIR}/.env
118+
cp ${PAI_DIR}/.env-example ${PAI_DIR}/.env
119119
# Edit ${PAI_DIR}/.env with your settings
120120
```
121121

PAI_DIRECTORY/example-env-file

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ source ~/.zshrc # or source ~/.bashrc
512512

513513
```bash
514514
# Copy environment template to PAI_DIRECTORY
515-
cp .env.example ${PAI_DIR}/.env
515+
cp ${PAI_DIR}/.env-example ${PAI_DIR}/.env
516516

517517
# Add your API keys (optional but recommended)
518518
vim ${PAI_DIR}/.env

0 commit comments

Comments
 (0)