Skip to content

Add information on running commands from git bash on windows #44

@K-Meech

Description

@K-Meech

The commands in the developer docs (+ probably the main docs too) don't work correctly when run from git bash on Windows.
E.g. docker run -v "${PWD}"/data:/data enigma-pd-wml, needs an extra / added before $PWD: docker run -v /"${PWD}"/data:/data enigma-pd-wml

We should add a note on this to the docs for Windows users

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions