evaera / roblox-lua-promise

Promise implementation for Roblox
https://eryn.io/roblox-lua-promise/
MIT License
281 stars 78 forks source link

Created a Installation page #37

Closed Djboy08 closed 4 years ago

Djboy08 commented 4 years ago

I simply added a markdown page for an installation guide providing 2 ways of installing.

A quick easy way with loadstring and HTTP service for people who just want to perform testing or the manual way to put it into a module script.

Looks like the following image

Djboy08 commented 4 years ago

Made this to also satisfy #15

evaera commented 4 years ago

I don't want to advertise the first method.

The second method is okay but I would rather link them to the releases section and have them download the lua file that's uploaded as an artifact there. Similar to https://eryn.io/Cmdr/guide/Setup.html

Djboy08 commented 4 years ago

I made changes that I'm personally not happy with. This is my first GitHub pull request so it's fine if you would just like to close this. I'm sure you could provide more information than me.

evaera commented 4 years ago

Going to close this and make an install page eventually myself