Skip to content

Commit 35ae823

Browse files
committed
docs(install): add raspberry pi
1 parent e64fd45 commit 35ae823

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/install.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- [Fedora, CentOS, RHEL, SUSE](#fedora-centos-rhel-suse)
1111
- [Arch Linux](#arch-linux)
1212
- [Termux](#termux)
13+
- [Raspberry Pi](#raspberry-pi)
1314
- [yarn, npm](#yarn-npm)
1415
- [macOS](#macos)
1516
- [Standalone Releases](#standalone-releases)
@@ -68,7 +69,7 @@ commands presented in the rest of this document.
6869

6970
### Detection Reference
7071

71-
- For Debian, Ubuntu and Raspbian it will install the latest deb package.
72+
- For Debian and Ubuntu it will install the latest deb package.
7273
- For Fedora, CentOS, RHEL and openSUSE it will install the latest rpm package.
7374
- For Arch Linux it will install the AUR package.
7475
- 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
132133

133134
Please see "Installation" in the [Termux docs](./termux.md#installation)
134135

136+
## Raspberry Pi
137+
138+
If you're running a Raspberry Pi, we recommend install code-server with `yarn` or `npm`. See [yarn-npm](#yarn-npm).
139+
135140
## yarn, npm
136141

137142
We recommend installing with `yarn` or `npm` when:

0 commit comments

Comments
 (0)