-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Revamp docs #1628
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
Revamp docs #1628
Conversation
nhooyr
commented
May 12, 2020
•
edited
Loading
edited
- Revamp README.md
- Finish ./doc/guide.md
- Clarify npm install deps
03ad916
to
f656ecd
Compare
@@ -1,47 +1,93 @@ | |||
# code-server |
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.
@code-asher only review README.md for now pls
e53f1ce
to
67de202
Compare
should split test into fmt, lint and test. |
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.
README.md is looking good. I think we might want to do something about the hardcoded version number so users aren't copy-pasting and installing old versions. Maybe we just update the readme as part of the release process?
```bash | ||
npm install -g code-server | ||
code-server | ||
``` |
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.
To match the others should we put the Now visit
line here?
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.
Opted against so that user's would read the output but I'll add for visual consistency.
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.
That makes sense.
e775804
to
f26337e
Compare
Many random bizarre issues otherwise. Also includes misc improvements to docs and scripts.
So idk wtf is going on with both npm/yarn, but you can't publish any Also have to unset some environment variables for |
Punting windows release for now, this stuff took a lot longer than expected. Going to just finish this guide and then we should release. |
|
We'll do this with the move to the Go CLI and all the changes to be made there @code-asher |
|
No good reason to use .zip, was just confusion on my part.
fe47544
to
977c27c
Compare
9d70316
to
2b3eabb
Compare