Skip to content

Commit

Permalink
Tweak install procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
Anahkiasen committed Jan 19, 2015
1 parent 92cf079 commit 371ade4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion I-Introduction/Getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ The easiest way is to just get the archive by doing downloading it [at the follo
You can also install it globally by executing the following command which will then give you a global `rocketeer` command to use in any folder.

```bash
curl http://rocketeer.autopergamene.eu/versions/rocketeer.phar > /usr/local/bin/rocketeer && chmod 755 /usr/local/bin/rocketeer
$ wget http://rocketeer.autopergamene.eu/versions/rocketeer.phar
$ chmod +x rocketeer.phar
$ mv rocketeer.phar /usr/local/bin/rocketeer
```

Then you just need to type `rocketeer ignite`. You'll get asked a series of question to setup your project and you should be good to go.
Expand Down

0 comments on commit 371ade4

Please sign in to comment.