Skip to content

Commit 030a749

Browse files
committed
docs: use placeholder paths in implementation plan
1 parent 1230777 commit 030a749

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/requirements/implementation-plan.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ Implement basic rendering and add error/loading states.
3535
Import SCSS for styling and use Atlas UI classes.
3636

3737
6. Build and Run in Studio Pro
38-
Set the MX_PROJECT_PATH environment variable to your test project's directory, you can ask what the project name running in Studio Pro is so that we can se the MX_PROJECT_PATH. The path is: /Users/rahman.unver/Mendix/ProjectName, this path is always same for the macOS version of Studio Pro. For Windows version, our path is /Volumes/[C] Windows11/Users/Rahman.Unver/Documents/ProjectName. example setting:
38+
Set the MX_PROJECT_PATH environment variable to your test project's directory, you can ask what the project name running in Studio Pro is so that we can set the MX_PROJECT_PATH. The path is: /Users/<your-username>/Mendix/ProjectName, this path is always same for the macOS version of Studio Pro. For Windows version, the path is /Volumes/[C] Windows11/Users/<your-username>/Documents/ProjectName. example setting:
3939
Windows:
4040

41-
- export MX_PROJECT_PATH=/Volumes/[C] Windows11/Users/Rahman.Unver/Documents/DocumentViewerWidget
42-
- export MX_PROJECT_PATH=/Users/rahman.unver/Mendix/RichTextTest
41+
- export MX_PROJECT_PATH=/Volumes/[C] Windows11/Users/<your-username>/Documents/MyTestProject
42+
- export MX_PROJECT_PATH=/Users/<your-username>/Mendix/MyTestProject
4343

4444
Run pnpm start (or npm start) to build and watch for changes.
4545

0 commit comments

Comments
 (0)