Skip to content

Commit

Permalink
Merge pull request #40 from hughperkins/ezinstall-to-distro
Browse files Browse the repository at this point in the history
migrate install-deps from ezinstall to distro
  • Loading branch information
soumith committed Mar 2, 2016
2 parents fda56b3 + e047122 commit ea1a3e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/00-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Torch can be installed to your home folder in ~/torch by running these three com

```bash
# in a terminal, run the commands
curl -s https://raw.githubusercontent.com/torch/ezinstall/master/install-deps | bash
git clone https://github.com/torch/distro.git ~/torch --recursive
cd ~/torch; ./install.sh
cd ~/torch; bash install-deps;
./install.sh
```

The [first script](https://raw.githubusercontent.com/torch/ezinstall/master/install-deps)
Expand Down

0 comments on commit ea1a3e0

Please sign in to comment.