doc/npm.md: Update docs for Alpine Linux (#2479)
This commit is contained in:
parent
cb446666fa
commit
ceb8eb8f39
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
- [Ubuntu, Debian](#ubuntu-debian)
|
- [Ubuntu, Debian](#ubuntu-debian)
|
||||||
- [Fedora, CentOS, RHEL](#fedora-centos-rhel)
|
- [Fedora, CentOS, RHEL](#fedora-centos-rhel)
|
||||||
|
- [Alpine](#alpine)
|
||||||
- [macOS](#macos)
|
- [macOS](#macos)
|
||||||
- [FreeBSD](#freebsd)
|
- [FreeBSD](#freebsd)
|
||||||
|
|
||||||
|
@ -36,6 +37,13 @@ sudo yum install -y python2 libsecret-devel libX11-devel libxkbfile-devel
|
||||||
npm config set python python2
|
npm config set python python2
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Alpine
|
||||||
|
|
||||||
|
```bash
|
||||||
|
apk add alpine-sdk bash libstdc++ libc6-compat libx11-dev libxkbfile-dev libsecret-dev
|
||||||
|
npm config set python python3
|
||||||
|
```
|
||||||
|
|
||||||
## macOS
|
## macOS
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue