Readme Work

This commit is contained in:
Brian Buller 2017-07-24 08:58:31 -05:00
parent 22ab9045d8
commit 89c6939f88
1 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ Command Line Arguments
Configuration arguments
Passing a configuration argument will save the value to the database for future use
```bash
```
-title=<title> Set the title for the site
-port=<port> The port to run the site on
-session-name=<name> A name to use for the session
@ -25,7 +25,7 @@ Passing a configuration argument will save the value to the database for future
Runtime Arguments
These arguments only affect the current run of the application
```bash
```
-help Display the application help, breakdown of arguments
-dev Run in development mode, load assets (templates/js/css) from file system
rather than the binary
@ -43,7 +43,7 @@ Prebuilt Binaries
Building
----
```bash
```
go get github.com/devict/ictgj-voting
```