cloudfoundry-community-attic / cf-services-release

Cloud Foundry services release (includes mysql V1 service and gateway only)
Apache License 2.0
9 stars 25 forks source link

fix newline in install docs #23

Closed trastle closed 10 years ago

trastle commented 11 years ago

make echo obey the newline in the install snippet

mark-rushakoff commented 11 years ago

Looks good -- would you mind using printf instead of echo -e? We can merge it as soon as you change that. Thanks!

@mark-rushakoff / @d

trastle commented 11 years ago

Heya, forgot about this. I have made the change, I agree the result is better but it is a little less readable.

ruthie commented 10 years ago

Hi,

Upon looking at the Readme as a whole, it looks like your revisions are a step in the right direction, but leave some parts of the document referring to postgresql while others mention mysql. If we update this, we would like it to be consistent. We'd welcome a pull request which changes the whole example to mysql, but we also have a task in our backlog to update this now.

Thank you for bringing this to our attention.

@ruthie @charliebevis