warning msg, readme
This commit is contained in:
@ -31,6 +31,8 @@ Download and extract the latest binary from the [releases](https://git.burkey.co
|
|||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
1. Run `epochcli`. You will be taken through a setup process that configures the program and creates a config file at `$HOME/.config/epochcli/config.toml`
|
1. Run `epochcli`. You will be taken through a setup process that configures the program and creates a config file at `$HOME/.config/epochcli/config.toml`
|
||||||
2. You can now use `epochcli` as a standalone updater, but it can also act as a launcher based on your configuration. You can always run `epochcli -c` to redo the configuration, or edit the config file manually
|
2. You can now use `epochcli` as a standalone updater, but it can also act as a launcher based on your configuration. You can always run `epochcli -c` to redo the configuration, or edit the config file manually
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ func setupConfig(rerun bool) (*Config, error) {
|
|||||||
|
|
||||||
_, statErr := os.Stat(cfgPath)
|
_, statErr := os.Stat(cfgPath)
|
||||||
if rerun || os.IsNotExist(statErr) {
|
if rerun || os.IsNotExist(statErr) {
|
||||||
fmt.Println("Enter the path to your Wow directory below:")
|
fmt.Println("Enter the path to your Wow directory below. Use the full path without shortcuts like '~' (ex: /home/user/epoch):")
|
||||||
var s string
|
var s string
|
||||||
_, err = fmt.Scanln(&s)
|
_, err = fmt.Scanln(&s)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Reference in New Issue
Block a user