Skip to content

Add Windows setup instructions to README - #202

Open
Mustapure wants to merge 1 commit into
evolution-foundation:mainfrom
Mustapure:patch-2
Open

Mustapure wants to merge 1 commit into
evolution-foundation:mainfrom
Mustapure:patch-2

Conversation

@Mustapure

@Mustapure Mustapure commented Sep 20, 2026

Copy link
Copy Markdown

Added instructions for setting up and running on Windows using WSL or Git Bash.

Description

Related Issue

Closes #(issue_number)

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactoring (no functional changes)
  • Performance improvement

Testing

  • Manual testing completed
  • Functionality verified in development environment
  • No breaking changes introduced

Screenshots (if applicable)

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • I have tested my changes thoroughly
  • Any dependent changes have been merged and published

Additional Notes

Summary by Sourcery

Documentation:

  • Add Windows setup, configuration, and development run instructions for users working through WSL or Git Bash.

Added instructions for setting up and running on Windows using WSL or Git Bash.
@sourcery-ai

sourcery-ai Bot commented Sep 20, 2026

Copy link
Copy Markdown
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Updates README.md with Windows setup instructions for users running the project through WSL or Git Bash, reusing the existing make-based setup, environment configuration, and development commands.

File-Level Changes

Change Details Files
Documents the Windows development setup and run workflow using WSL or Git Bash.
  • Adds a Windows-specific heading to the README.
  • Lists the existing setup, environment configuration, and development commands for Windows users.
README.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've found 2 issues

Prompt for AI Agents
Please address the comments from this code review:

## Individual Comments

### Comment 1
<location path="README.md" line_range="75-79" />
<code_context>
 cp .env.example .env
 make dev
 ```
+# Setup, configure and run for Windows (using WSL or Git Bash)
+make setup
+cp .env.example .env
+make dev

 > Run `make help` to see all available commands. See [COMMANDS.md](./COMMANDS.md) for detailed workflows.

</code_context>
<issue_to_address>
**nitpick:** The Windows commands are placed after the closing ``` for the local-development example, so Markdown renders them as ordinary text rather than a shell code block. Users cannot reliably copy the advertised Windows setup sequence as a command block.

**Suggested fix:** Wrap the Windows heading and commands in a properly fenced `bash` block, or include the Windows commands in the existing fenced block with an appropriate comment.

````suggestion
# Setup, configure and run for Windows (using WSL or Git Bash)
make setup
cp .env.example .env
make dev
```
````
</issue_to_address>

### Comment 2
<location path="README.md" line_range="76" />
<code_context>
 cp .env.example .env
 make dev
 ```
+# Setup, configure and run for Windows (using WSL or Git Bash)
+make setup
+cp .env.example .env
</code_context>
<issue_to_address>
**nitpick:** The new section uses an H1 heading inside the `Quick Start` section, while the surrounding subsections use H3 headings. This breaks the README's heading hierarchy and causes the Windows instructions to appear as a new top-level document section.

**Suggested fix:** Use `### Setup, configure and run for Windows (using WSL or Git Bash)` to keep the section under `Quick Start`.
</issue_to_address>

Sourcery assessment

Approved.


Sourcery is free for open source - if you like our reviews please consider sharing them ✨

Comment thread README.md
Comment on lines 75 to +79
```
# Setup, configure and run for Windows (using WSL or Git Bash)
make setup
cp .env.example .env
make dev

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick: The Windows commands are placed after the closing ``` for the local-development example, so Markdown renders them as ordinary text rather than a shell code block. Users cannot reliably copy the advertised Windows setup sequence as a command block.

Suggested fix: Wrap the Windows heading and commands in a properly fenced bash block, or include the Windows commands in the existing fenced block with an appropriate comment.

Suggested change
```
# Setup, configure and run for Windows (using WSL or Git Bash)
make setup
cp .env.example .env
make dev
# Setup, configure and run for Windows (using WSL or Git Bash)
make setup
cp .env.example .env
make dev
```

Comment thread README.md
cp .env.example .env
make dev
```
# Setup, configure and run for Windows (using WSL or Git Bash)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick: The new section uses an H1 heading inside the Quick Start section, while the surrounding subsections use H3 headings. This breaks the README's heading hierarchy and causes the Windows instructions to appear as a new top-level document section.

Suggested fix: Use ### Setup, configure and run for Windows (using WSL or Git Bash) to keep the section under Quick Start.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant