Skip to content

Commit ea79dcc

Browse files
authored
Update README.md
1 parent 4be1989 commit ea79dcc

File tree

1 file changed

+5
-21
lines changed

1 file changed

+5
-21
lines changed

README.md

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -28,29 +28,9 @@ It includes:
2828
1. Replace all occurences of `golang-templates/seed` to `your_org/repo_name` in all files.
2929
1. Change [LICENSE](LICENSE) and [README.md](README.md).
3030

31-
### Setup Development Environment
32-
33-
#### Visual Studio Code - Bare-metal
34-
35-
1. Install [Go](https://golang.org/doc/install) and [Go extension](https://code.visualstudio.com/docs/languages/go).
36-
1. Visual Studio Code: `View``Command Pallete... (F1)` → Select `Go: Install/Update Tools`.
37-
38-
**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).
43-
1. Visual Studio Code inside Container: `View``Command Pallete... (F1)` → Select `Go: Install/Update Tools`.
44-
45-
#### Visual Studio Code - SSH
46-
47-
1. [Setup Remote Development using SSH](https://code.visualstudio.com/docs/remote/ssh#_getting-started).
48-
1. On remote machine: install [Go](https://golang.org/doc/install) and [Go extension](https://code.visualstudio.com/docs/languages/go).
49-
1. Visual Studio Code: `View``Command Pallete... (F1)` → Select `Go: Install/Update Tools`.
50-
5131
### Build
5232

53-
- Terminal: `make` to get help for make target.
33+
- Terminal: `make` to get help for make targets.
5434
- Terminal: `make all` to execute a full build.
5535
- Visual Studio Code: `Terminal``Run Build Task... (CTRL+ALT+B)` to execute a fast build.
5636

@@ -78,6 +58,10 @@ The maintainer does not use GoLand. Fell free to create a pull request for [#2](
7858
GitHub Actions is out-of-the-box if you are already using GitHub.
7959
However, changing to any other CI server should be very simple, because this repository has build logic and tooling installation in Makefile.
8060

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).
64+
8165
## Contributing
8266

8367
Simply create an issue or a pull request.

0 commit comments

Comments
 (0)