Install package that resides on github

i am modifying a the s3_direct_upload package for something I need. To do this I forked the project and pulled it to my machine. I am now ready to test it in my app. How do I install it?

Thanks!

Please take a look at the mix deps docs, but you generally want the :git based syntax, or possibly :path while doing local iterations.

2 Likes