local_hex_repo
Hosting Elixir libraries on your own in your own server infrastructure
How to download and setup local_hex_repo
Open terminal and run command
git clone https://github.com/imsoulfly/local_hex_repo.git
git clone is used to create a copy or clone of local_hex_repo repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with local_hex_repo https://github.com/imsoulfly/local_hex_repo/archive/master.zip
Or simply clone local_hex_repo with SSH
[email protected]:imsoulfly/local_hex_repo.git