Roblox / foreman

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

Install overridden tools with install command #6

Open LPGhatguy opened 4 years ago

LPGhatguy commented 4 years ago

If an inner project specifies a different version of a tool than an outer project (or the user's global Foreman config), then running foreman install will only install the inner version of that tool.

It might be a good idea to install all versions!