Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed Sep 30, 2014
1 parent 28baa62 commit f878b12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -24,7 +24,7 @@ Check out [sausage-bun](http://github.com/jlipps/sausage-bun). It's a one-line
script you can run via curl and PHP to get everything going. For example:

```
curl -s https://raw.github.com/jlipps/sausage-bun/master/givememysausage.php | php
curl -sL https://raw.githubusercontent.com/jlipps/sausage-bun/master/givememysausage.php | php
```

_Note_: if you are a Windows user who's not using Cygwin, it'll take a little
Expand All @@ -41,14 +41,14 @@ file in your project root. A minimal example composer.json would look like:
```json
{
"require": {
"sauce/sausage": ">=0.4.0"
"sauce/sausage": ">=0.15.2"
}
}
```

If you haven't already got Composer installed, get it thusly (for *nix/Mac):

curl -s http://getcomposer.org/installer | php
curl -sL http://getcomposer.org/installer | php

Then, install the packages (or `update` if you've already set up Composer):

Expand Down

0 comments on commit f878b12

Please sign in to comment.