DefangLabs / defang

Defang CLI and sample projects. Defang is a radically simpler way for developers to develop, deploy, and debug cloud applications.
https://defang.io
MIT License
39 stars 9 forks source link

Removed http from url in curl command #878

Closed commit111 closed 4 days ago

commit111 commented 4 days ago

Description

eval "$(curl -fsSL s.defang.io/install)"

Removed the http:// part in curl command from #876.

Linked Issues

Improves #876 Updated /defang-docs repo https://github.com/DefangLabs/defang-docs/pull/115 Updated /samples repo https://github.com/DefangLabs/samples/pull/258 Updated /docs-chatbot repo https://github.com/DefangLabs/docs-chatbot/pull/19

Checklist