Last active
September 20, 2016 10:42
-
-
Save wookay/78fc28ca79ed122e0a788470e17d1caa to your computer and use it in GitHub Desktop.
ecto.jl build deps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /home/ubuntu/ | |
wget https://julialang.s3.amazonaws.com/bin/linux/x64/0.5/julia-0.5.0-linux-x86_64.tar.gz | |
tar xvzf julia-0.5.0-linux-x86_64.tar.gz -C /home/ubuntu/ | |
mkdir -p /home/ubuntu/.julia/v0.5/ | |
cd /home/ubuntu/.julia/v0.5/ | |
git clone https://github.com/JuliaLang/METADATA.jl.git METADATA | |
git clone https://github.com/wookay/Ecto.jl.git Ecto |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment