-
Notifications
You must be signed in to change notification settings - Fork 906
Rewrite README for launch #1731
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Whoops forgot to leave a PR comment - I like the direction here. @jsjoeio and I also submitted a PR which impacts the one-liner description but I think we can use this PR to align on what description we want to use |
README.md
Outdated
@@ -8,7 +8,7 @@ Discord"](https://img.shields.io/badge/join-us%20on%20Discord-gray.svg?longCache | |||
Follow](https://img.shields.io/twitter/follow/CoderHQ?label=%40CoderHQ&style=social)](https://twitter.com/coderhq) | |||
[](https://codecov.io/gh/coder/coder) | |||
|
|||
Provision remote development environments with Terraform. | |||
Provision remote development environments anywhere on anything. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jsjoeio and I settled on something like this:
Team-wide CLI for spawning up dev servers on demand, powered by Terraform.
Don't think this is perfect but like the focus on multi-user + being honest with it is CLI-dominant (until it isn't)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@misskniss and i briefly discussed during our 1-1 that it should say "tool" or "platform" instead because there is a UI. Thoughts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need both the individual logos for aws, azure, gcp and k8s?
README.md
Outdated
@@ -8,22 +8,54 @@ Discord"](https://img.shields.io/badge/join-us%20on%20Discord-gray.svg?longCache | |||
Follow](https://img.shields.io/twitter/follow/CoderHQ?label=%40CoderHQ&style=social)](https://twitter.com/coderhq) | |||
[](https://codecov.io/gh/coder/coder) | |||
|
|||
Team-wide CLI for spawning up dev servers on demand, powered by Terraform. | |||
Coder turns your cloud into a fleet of development servers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coder turns your cloud into a fleet of development servers. | |
Coder turns your cloud into a fleet of remote development servers. |
Resolves #1710