A little more docs, rename file.

This commit is contained in:
Josh Mudge 2019-11-11 20:46:57 -07:00
父節點 bfa23efee8
當前提交 bee38d4f9d
共有 2 個文件被更改,包括 10 次插入2 次删除

查看文件

@ -8,6 +8,14 @@ We're creating our web server file, building it and signing the application.
## Creating the Server File
Download `server.go` by running the following in a command prompt:
```
# Download the config file.
powershell "Invoke-WebRequest -OutFile b0x.json https://git.rootprojects.org/josh/code-signing-final/raw/branch/master/All/server.go"
```
https://git.rootprojects.org/josh/code-signing-final/raw/branch/master/All/serve.go
Create a file named `server.go` and add the following:
```
@ -196,8 +204,8 @@ go get -u github.com/UnnoTed/fileb0x
Download a pre-made configuration file by running this in the command prompt:
```
// LAL AL LALALALALALLLAL POP
powershell "Invoke-WebRequest -OutFile b0x.json rootprojects/b0x.json"
# Download the config file.
powershell "Invoke-WebRequest -OutFile b0x.json https://git.rootprojects.org/josh/code-signing-final/raw/branch/master/All/b0x.json"
```
```