DefangLabs / defang-docs

Documentation for Defang - a radically simpler way for developers to develop, deploy, and debug cloud applications.
http://docs.defang.io/
2 stars 2 forks source link

update shell install docs to use eval #115

Closed commit111 closed 2 days ago

commit111 commented 1 week ago

Linked to https://github.com/DefangLabs/defang/pull/866 to reflect its changes.

Uses eval "$(curl -fsSL s.defang.io/install)" instead of . <(curl -Ls https://s.defang.io/install) due to bugs in defang installation for some older versions of bash.