Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rmetzger committed Oct 17, 2013
1 parent 8c46f5e commit b6b335f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

Big Data looks tiny from Stratosphere.

## Getting Started
## Start writing a Stratosphere Job
If you just want to get started with Stratosphere, use the following command to set up an empty Stratosphere Job

```
curl https://raw.github.com/rmetzger/stratosphere-quickstart/master/quickstart.sh | bash
```
The quickstart sample contains everything to develop a Stratosphere Job on your computer. No setup needed.


## Build Stratosphere
Below are three short tutorials that guide you through the first steps: Building, running and developing.

### Build From Source
Expand Down

0 comments on commit b6b335f

Please sign in to comment.