warning msg, readme

This commit is contained in:
2025-07-04 10:24:23 -07:00
parent dd8282623e
commit af8a2dbd1e
3 changed files with 3 additions and 1 deletions

View File

@ -31,6 +31,8 @@ Download and extract the latest binary from the [releases](https://git.burkey.co
## Setup
![ss](ss.png)
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

View File

@ -38,7 +38,7 @@ func setupConfig(rerun bool) (*Config, error) {
_, statErr := os.Stat(cfgPath)
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
_, err = fmt.Scanln(&s)
if err != nil {

BIN
ss.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB