Updated Installing on Chrome OS (markdown)

Ayane Satomi
2019-09-18 23:16:21 +08:00
parent 05b029d2b6
commit ad64c299ce

@ -10,13 +10,13 @@ If you are running R69, you might want to enable this on
[Chrome Flags](chrome://flags/#enable-experimental-crostini-ui). [Chrome Flags](chrome://flags/#enable-experimental-crostini-ui).
If you run R72, however, this is already enabled for you. If you run R72, however, this is already enabled for you.
After checking your prerequisites, follow the steps in [the self-host install guide](index.md) After checking your prerequisites, follow the steps in [the self-host install guide](/wiki/Quick-Start)
on installing code-server. Once done, make sure code-server works by running on installing code-server. Once done, make sure code-server works by running
it. After running it, simply go to `penguin.linux.test:8080` to access it. After running it, simply go to `penguin.linux.test:8080` to access
code-server. Now you should be greeted with this screen. If you did, code-server. Now you should be greeted with this screen. If you did,
congratulations, you have installed code-server in your Chromebook! congratulations, you have installed code-server in your Chromebook!
![code-server on Chromebook](assets/cros.png) ![code-server on Chromebook](https://github.com/cdr/code-server/blob/70219d1071824768cab5fb07abb566727002d8fc/doc/assets/cros.png?raw=true)
Alternatively, if you ran code-server in another container and you need the IP Alternatively, if you ran code-server in another container and you need the IP
for that specific container, simply go to Termina's shell via `crosh` and type for that specific container, simply go to Termina's shell via `crosh` and type
@ -63,6 +63,6 @@ Make sure you downloaded `crouton`, if so, go ahead and run it under
`~/Downloads`. After installing your chroot container via crouton, go ahead and `~/Downloads`. After installing your chroot container via crouton, go ahead and
enter `enter-chroot` to enter your container. enter `enter-chroot` to enter your container.
Follow the instructions set in [the self-host install guide](index.md) to Follow the instructions set in [the self-host install guide](/wiki/Quick-Start) to
install code-server. After that is done, run `code-server` and verify it works install code-server. After that is done, run `code-server` and verify it works
by going to `localhost:8080`. by going to `localhost:8080`.