How do I import a module to another program

I am trying to import a module from another file to my program (i.e. my program and my module is not in the same folder)

Can I do that or do I have to install my own package?

If so, how can I do that?

Thanks

include(“path_to/myModule.jl”)
using .myModule