Change path

This commit is contained in:
Neeraj Gupta
2025-09-08 17:20:25 +05:30
parent a5965bcaec
commit 2fd1e58b19

View File

@@ -8,7 +8,7 @@ set -e
echo "🚀 Starting post-clone setup..."
# Navigate to the Flutter project root
cd ../../../ # Adjust path based on your structure
cd ../../ # Adjust path based on your structure
# Install Flutter
echo "📦 Installing Flutter..."