Skip to content

Commit 4b270cc

Browse files
HFooladiclaude
andcommitted
refactor: rename env.sh to install.sh
Renamed the environment setup script from env.sh to install.sh for clarity. Updated all references in README.md and the script itself. Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent b7b51f8 commit 4b270cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The easiest way to install THEMAP with all features:
4444
```bash
4545
git clone https://github.com/HFooladi/THEMAP.git
4646
cd THEMAP
47-
source env.sh
47+
source install.sh
4848
```
4949

5050
This automatically:

env.sh renamed to install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# This script sets up a Python virtual environment using uv and installs all dependencies
55
#
66
# Usage:
7-
# source env.sh (recommended - keeps environment activated)
8-
# bash env.sh (requires manual activation after)
7+
# source install.sh (recommended - keeps environment activated)
8+
# bash install.sh (requires manual activation after)
99

1010
set -e # Exit on error
1111

@@ -109,7 +109,7 @@ if [ $? -eq 0 ]; then
109109
echo " source .venv/bin/activate"
110110
echo ""
111111
echo "Or run this script with 'source' to auto-activate:"
112-
echo " source env.sh"
112+
echo " source install.sh"
113113
echo ""
114114
fi
115115
else

0 commit comments

Comments
 (0)