docs(install): add raspberry pi
This commit is contained in:
parent
e64fd451b3
commit
0699bd7ead
|
@ -67,7 +67,7 @@ VS Code v1.56
|
|||
|
||||
### Documentation
|
||||
|
||||
- item
|
||||
- docs(install): add raspberry pi section #3376 @jsjoeio
|
||||
|
||||
### Development
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
- [Fedora, CentOS, RHEL, SUSE](#fedora-centos-rhel-suse)
|
||||
- [Arch Linux](#arch-linux)
|
||||
- [Termux](#termux)
|
||||
- [Raspberry Pi](#raspberry-pi)
|
||||
- [yarn, npm](#yarn-npm)
|
||||
- [macOS](#macos)
|
||||
- [Standalone Releases](#standalone-releases)
|
||||
|
@ -68,7 +69,7 @@ commands presented in the rest of this document.
|
|||
|
||||
### Detection Reference
|
||||
|
||||
- For Debian, Ubuntu and Raspbian it will install the latest deb package.
|
||||
- For Debian and Ubuntu it will install the latest deb package.
|
||||
- For Fedora, CentOS, RHEL and openSUSE it will install the latest rpm package.
|
||||
- For Arch Linux it will install the AUR package.
|
||||
- For any unrecognized Linux operating system it will install the latest standalone release into `~/.local`.
|
||||
|
@ -132,6 +133,10 @@ sudo systemctl enable --now code-server@$USER
|
|||
|
||||
Please see "Installation" in the [Termux docs](./termux.md#installation)
|
||||
|
||||
## Raspberry Pi
|
||||
|
||||
If you're running a Raspberry Pi, we recommend install code-server with `yarn` or `npm`. See [yarn-npm](#yarn-npm).
|
||||
|
||||
## yarn, npm
|
||||
|
||||
We recommend installing with `yarn` or `npm` when:
|
||||
|
|
Loading…
Reference in New Issue