A little more docs, rename file.
This commit is contained in:
parent
bfa23efee8
commit
bee38d4f9d
|
@ -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"
|
||||
```
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue