Commit b33228cd authored by Kevin Modzelewski's avatar Kevin Modzelewski

Merge pull request #999 from felipevolpone/fixing_installing

Changing the INSTALLING instructions. 
parents 433d0bfb 5831fb75
......@@ -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