Conversation
|
For the download link, I believe we'll want to show users to the latest version. |
|
A copy/paste command for downloading the latest linux release is: mkdir -p ~/code-server-linux && tar -xzvf code-server-linux.tar.gz --strip 1 -C $_ Would make it easier for people to download without needing to manually edit the commands |
|
I do like what @illiapoplawski posted. From short amount of research I've done, the one posted above does seem to be the most streamlined approach to getting the latest release. edit: looking into this a bit more, looks like we agreed on /releases/latest at #130 |
|
Yup I saw. I was just pointing out the consensus we reached last time. |
|
There's a merge conflict to fix. Once fixed, I'd be happy to merge. |
Describe in detail the problem you had and how this PR fixes it
Updated download links and added tar command to extract the files.
Also, I added the command for
Is there an open issue you can link to?
None