From 9edd0eff464d8a1a6dc2a587bd6af4343788f4c6 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Sat, 13 Sep 2014 15:10:22 +0100 Subject: [PATCH] [Rainforest] Rake -T to show a list of tasks --- source/contributing/dev-environment.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/contributing/dev-environment.html.md b/source/contributing/dev-environment.html.md index dc3ecfd0..7f03a676 100644 --- a/source/contributing/dev-environment.html.md +++ b/source/contributing/dev-environment.html.md @@ -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: