未验证 提交 17cd0357 编写于 作者: O Oxylibrium 提交者: GitHub

doc/npm.md: Update docs for Alpine Linux

上级 ff2ef35e
......@@ -4,6 +4,7 @@
- [Ubuntu, Debian](#ubuntu-debian)
- [Fedora, CentOS, RHEL](#fedora-centos-rhel)
- [Alpine](#alpine)
- [macOS](#macos)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
......@@ -35,6 +36,13 @@ sudo yum install -y python2 libsecret-devel libX11-devel libxkbfile-devel
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
```bash
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册