@@ -15,7 +15,7 @@ winget install Git.Git
1515
1616# Clone and setup
1717git clone https://github.com/microsoft/container-migration-solution-accelerator.git
18- cd container-migration-solution-accelerator/processor
18+ cd container-migration-solution-accelerator/src/ processor
1919
2020# Install uv and setup environment
2121pip install uv
@@ -43,7 +43,7 @@ source ~/.bashrc
4343
4444# Setup project (same as Linux)
4545git clone https://github.com/microsoft/Container-Migration-Solution-Accelerator.git
46- cd container-migration-solution-accelerator/processor
46+ cd container-migration-solution-accelerator/src/ processor
4747uv venv .venv
4848source .venv/bin/activate
4949uv sync --python 3.12
@@ -63,7 +63,7 @@ source ~/.bashrc
6363
6464# Clone and setup
6565git clone https://github.com/microsoft/Container-Migration-Solution-Acceleratorr.git
66- cd container-migration-solution-accelerator/processor
66+ cd container-migration-solution-accelerator/src/ processor
6767uv venv .venv
6868source .venv/bin/activate
6969uv sync --python 3.12
@@ -85,7 +85,7 @@ source ~/.bashrc
8585
8686# Setup (same as above)
8787git clone https://github.com/microsoft/Container-Migration-Solution-Accelerator.git
88- cd container-migration-solution-accelerator/processor
88+ cd container-migration-solution-accelerator/src/ processor
8989uv venv .venv
9090source .venv/bin/activate
9191uv sync --python 3.12
@@ -102,7 +102,7 @@ brew install python@3.12 uv git
102102
103103# Clone and setup
104104git clone https://github.com/microsoft/Container-Migration-Solution-Accelerator.git
105- cd container-migration-solution-accelerator/processor
105+ cd container-migration-solution-accelerator/src/ processor
106106uv venv .venv
107107source .venv/bin/activate
108108uv sync --python 3.12
0 commit comments