Skip to content

Commit 45ec24e

Browse files
Merge pull request #45 from microsoft/dev
chore: Dev merge to main
2 parents dfb2d92 + c8b6a7f commit 45ec24e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/LocalDevelopmentSetup.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ winget install Git.Git
1515
1616
# Clone and setup
1717
git 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
2121
pip install uv
@@ -43,7 +43,7 @@ source ~/.bashrc
4343

4444
# Setup project (same as Linux)
4545
git 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
4747
uv venv .venv
4848
source .venv/bin/activate
4949
uv sync --python 3.12
@@ -63,7 +63,7 @@ source ~/.bashrc
6363

6464
# Clone and setup
6565
git 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
6767
uv venv .venv
6868
source .venv/bin/activate
6969
uv sync --python 3.12
@@ -85,7 +85,7 @@ source ~/.bashrc
8585

8686
# Setup (same as above)
8787
git 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
8989
uv venv .venv
9090
source .venv/bin/activate
9191
uv sync --python 3.12
@@ -102,7 +102,7 @@ brew install python@3.12 uv git
102102

103103
# Clone and setup
104104
git 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
106106
uv venv .venv
107107
source .venv/bin/activate
108108
uv sync --python 3.12

0 commit comments

Comments
 (0)