You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Make on Windows:** Use [WSL (Windows Subsystem for Linux)](https://docs.microsoft.com/en-us/windows/wsl/install-win10) or try [Make Windows port](https://gist.github.com/evanwill/0207876c3243bbb6863e65ec5dc3f058).
39
-
40
-
#### Visual Studio Code - Development Container
41
-
42
-
1.[Setup Development inside a Container](https://code.visualstudio.com/docs/remote/containers#_getting-started).
- Visual Studio Code: `Terminal` → `Run Build Task... (CTRL+ALT+B)` to execute a fast build.
56
36
@@ -78,6 +58,10 @@ The maintainer does not use GoLand. Fell free to create a pull request for [#2](
78
58
GitHub Actions is out-of-the-box if you are already using GitHub.
79
59
However, changing to any other CI server should be very simple, because this repository has build logic and tooling installation in Makefile.
80
60
61
+
### How can I use Make on Windows
62
+
63
+
Use [WSL (Windows Subsystem for Linux)](https://docs.microsoft.com/en-us/windows/wsl/install-win10) or try [Make Windows port](https://gist.github.com/evanwill/0207876c3243bbb6863e65ec5dc3f058).
0 commit comments