A little more docs, rename file.

This commit is contained in:
Josh Mudge 2019-11-11 20:46:57 -07:00
förälder bfa23efee8
incheckning bee38d4f9d
2 ändrade filer med 10 tillägg och 2 borttagningar

Visa fil

@ -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"
```
```