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

@ -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 {