Created [6.10rc] eveInstaller v1.0a1.x (markdown) authored by Taylor B's avatar Taylor B
This is a placeholder/incomplete wiki page for eveIRCBotInstaller v1.0a1.x
### Options
You can see a version of this file in your command-line by issuing the following command from within $PROG_ROOT/bin/installer
```shell
taylor@enterprise:~/.eveIRC/bin/installer:$ ./installer.rb --help
```
#### Verbose
`-v` or `--verbose`
The program will execute verbosely, showing logger messages at level info or above
#### VERSION
`-V` or `--VERSION`
* Note the capitalization of the -V flag.
The program will print it's version and then exit with a status code of 0.
#### Network Check
`-n=BOOLEAN` or `--network-check=BOOLEAN`
* Boolean = Binary (either true or false)
* Default = true
The program won't check for a network connection prior to running. This may raise a fatal exception of type **LoadError**. If you are experiencing this, and wish for eveIRC Bot Installer to install dependencies automatically for you then you should try running the program again without this flag.
#### Buffer Entry Limit
`-m=INTEGER` or `--max-buffer=INTEGER
\ No newline at end of file