Skip to content

Commit

Permalink
[Rainforest] Rake -T to show a list of tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Sep 13, 2014
1 parent 5b7ce2f commit 9edd0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/contributing/dev-environment.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Rainforest is a git repo that when bootstrapped has submodules of all the requir
$ git clone https://github.com/CocoaPods/Rainforest.git
$ cd Rainforest
```
All of the commands in Rainforest are Rake Tasks. This is a ruby varient of Make Tasks. You can take a look at all the available tasks by running `rake -t` in the terminal.
All of the commands in Rainforest are Rake Tasks. This is a ruby varient of Make Tasks. You can take a look at all the available tasks by running `rake -T` in the terminal.

To get started downloading run:

Expand Down

0 comments on commit 9edd0ef

Please sign in to comment.