We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981c5ab commit e7ecee1Copy full SHA for e7ecee1
spec.lua
@@ -11,7 +11,7 @@ local LOAD_MODULES = {
11
-- This makes sure we can load Lemur and other libraries that depend on init.lua
12
package.path = package.path .. ";?/init.lua"
13
14
--- If this fails, make sure you've run `lua bin/install-dependencies.lua` first!
+-- If this fails, make sure you've cloned all Git submodules of this repo!
15
local lemur = require("modules.lemur")
16
17
-- Create a virtual Roblox tree
0 commit comments