diff --git a/CHANGELOG.md b/CHANGELOG.md index 59897ffd9988b0c9036f3e2a12d1cd236e8e6cf5..f723fc7bd6561bb470d085db0d9d5016c7a21c91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,7 +67,7 @@ VS Code v1.56 ### Documentation -- item +- docs(install): add raspberry pi section #3376 @jsjoeio ### Development diff --git a/docs/install.md b/docs/install.md index f1cecf402efb3a9d4dd7ac6ee9e49c6bcbe6f87e..23eb9beef48d0d31ccd109bdf732bf4418150298 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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: