Commit 5831fb75 authored by felipevolpone's avatar felipevolpone

Changing git clone to use https

parent 66ee719c
......@@ -32,8 +32,8 @@ sudo yum install git make cmake clang gcc gcc-c++ ccache ninja-build xz-devel au
```
git clone https://github.com/dropbox/pyston.git ~/pyston
git clone git@github.com:llvm-mirror/llvm.git ~/pyston_deps/llvm-trunk
git clone git@github.com:llvm-mirror/clang.git ~/pyston_deps/llvm-trunk/tools/clang
git clone https://github.com/llvm-mirror/llvm.git ~/pyston_deps/llvm-trunk
git clone https://github.com/llvm-mirror/clang.git ~/pyston_deps/llvm-trunk/tools/clang
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment