shpaass / yafc-ce

Powerful Factorio calculator/analyser that works with mods
GNU General Public License v3.0
64 stars 20 forks source link

Make YAFC executable more visible #1

Open shpaass opened 8 months ago

shpaass commented 8 months ago

It would be better if YAFC did not require the user to scroll down past a list of DLLs before finding YAFC.exe

klaborda commented 8 months ago

It might be worth calling it out in the README?

When I start YAFC, I use a shell script myself (I'm on OSX) but not sure what would work best for other platforms.

#!/usr/bin/env sh
cd /Users/<username>/code/factorio/yafc-ce/Build/OSX
dotnet YAFC.dll &
shpaass commented 8 months ago

It might be worth calling it out in the README?

If you mean it as in writing down the instructions on how to start the tool on different systems, then sure. I'll be happy to review a PR about that.