This commit is contained in:
Josh Mudge 2019-11-12 15:42:26 -07:00
부모 70c5b8abd2
커밋 b00acad694
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -8,7 +8,7 @@ We're creating our web server file, building it and signing the application.
## Creating the Server File
First of all, you'll want to install Golang: https://golang.org/dl/
First of all, you'll want to install Golang: https://golang.org/dl/ and Git for Windows: https://git-scm.com/download/win
Then you'll want to install [goversioninfo](https://github.com/josephspurrier/goversioninfo) by running the following in a command prompt:
```