LuaDist / Repository

Repository of LuaDist modules available for installation using the luadist-git command line tool
www.luadist.org
243 stars 41 forks source link

Windows 10 LuaDist installation problem #235

Open DanielePaz opened 5 years ago

DanielePaz commented 5 years ago

Hi, i have installed LuaDist in Windows 10 and i have followed the steps like your instructions said in the cmd prompt : git clone --recursive git://github.com/LuaDist/bootstrap.git _bootstrap cd _bootstrap bootstrap.bat

After the installation finished , in saw in the folder in C:_bootstrap> that it didn't have been installed the folder "_install", like the instructions said it would be. I would ask you , if this is a problem for my LuaDist ? or how could i install in the folder C:_bootstrap> the folder "_install " like the instructions said it would be ?

I attach for you the screenshot about the folders installed. Thank you very much if you could help me

Best regards Daniele

LuaDist installation folder - screenshot

worwrefedwarzon commented 5 years ago

Instead of bootstrap.bat try cmd "/C bootstrap.bat"

DanielePaz commented 5 years ago

Thank you very much Best regard D.