Skip to content

Commit ceb8eb8

Browse files
author
Oxylibrium
authored
doc/npm.md: Update docs for Alpine Linux (#2479)
1 parent cb44666 commit ceb8eb8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/npm.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- [Ubuntu, Debian](#ubuntu-debian)
66
- [Fedora, CentOS, RHEL](#fedora-centos-rhel)
7+
- [Alpine](#alpine)
78
- [macOS](#macos)
89
- [FreeBSD](#freebsd)
910

@@ -36,6 +37,13 @@ sudo yum install -y python2 libsecret-devel libX11-devel libxkbfile-devel
3637
npm config set python python2
3738
```
3839

40+
## Alpine
41+
42+
```bash
43+
apk add alpine-sdk bash libstdc++ libc6-compat libx11-dev libxkbfile-dev libsecret-dev
44+
npm config set python python3
45+
```
46+
3947
## macOS
4048

4149
```bash

0 commit comments

Comments
 (0)