Roblox / foreman

Toolchain manager for Roblox projects
MIT License
178 stars 26 forks source link

wally not recognized as a command after foreman install on MacOS apple silicon #69

Closed Zalymo closed 1 year ago

Zalymo commented 1 year ago

after running foreman install with the following line in my foreman.toml file:

wally = { source = "UpliftGames/wally", version = "0.3.1" }

wally isn't recognized after command, even though running the foreman list command lists wally as an installed tool

is there a permission issue I'm missing? I don't know where the wally folder is (if it was even created). also I'm on apple silicon, M1 Pro chip

Zalymo commented 1 year ago

never mind, had to open up the tools folder and rename the "UpliftGames_wally" executable thingy to "wally" then add the tools folder to my path, manually