sailorproject / sailor

A Lua MVC Web Framework.
MIT License
921 stars 125 forks source link

sailor enable command won't work #90

Open xspager opened 8 years ago

xspager commented 8 years ago

When I try to enable/install sailor-md I'll get the error:

.lua/52/share/lua/5.2/sailor/md/app: No such file or directory

should I be using this command or just luarocks?

Etiene commented 8 years ago

The enable command needs to be rewritten, I forgot to document this :) Thanks for reminding me!

xspager commented 8 years ago

No problem! Maybe you want to take a look at https://github.com/sailorproject/sailor/blob/master/src/sailor.lua#L94 too.