Clarification on no Windows support

This commit is contained in:
Arne Einecke 2022-04-06 16:44:38 +01:00 committed by GitHub
parent 144d649bd3
commit 35aca55fcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,7 +172,7 @@ docker image build -t infinitime-build --build-arg PUID=$(id -u) --build-arg PGI
The .VS Code folder contains configuration files for developing InfiniTime with VS Code. Effort was made to have these rely on Environment variables instead of hardcoded paths.
At the moment building using VSCode on Windows is not supported. Use the [devcontainer](#vs-codedocker-devcontainer)
At the moment building using VSCode on Windows has not been done yet. Using the [devcontainer](#vs-codedocker-devcontainer) is probably the easiest way.
#### Environment Setup