Skip to content

Commit

Permalink
Updated README as heroku config:add PATH is no longer needed.
Browse files Browse the repository at this point in the history
Closes iphoting#22.
  • Loading branch information
amacneil authored and iphoting committed Mar 4, 2013
1 parent 31ce5ea commit 94d57d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ heroku create -s cedar -b git://github.com/iphoting/heroku-buildpack-php-tyler.g
On an existing app:
````
heroku config:add BUILDPACK_URL=git://github.com/iphoting/heroku-buildpack-php-tyler.git
heroku config:add PATH="/app/vendor/bin:/app/local/bin:/app/vendor/nginx/sbin:/app/vendor/php/bin:/app/vendor/php/sbin:/usr/local/bin:/usr/bin:/bin"
````

Push deploy your app and you should see Nginx, mcrypt, and PHP being bundled.
Expand Down

0 comments on commit 94d57d5

Please sign in to comment.