nakanomikuorg / arch-guide

✨ archlinux 简明指南 | 本指南包含从 archlinux 安装、显卡驱动、日常软件配置、多媒体制作、编程等你可能需要的全部内容 | 提供在线文档 ✨
https://arch.icekylin.online/
Creative Commons Attribution Share Alike 4.0 International
1.43k stars 138 forks source link
archlinux guide linux star tutorial

logo

Build Status GitHub last commit GitHub Repo stars GitHub Contributor Covenant

archlinux 简明指南

📖 阅读地址

让 archlinux 成为你的日常系统吧!

📚 本指南包含 archlinux 安装、配置、维护等,帮助新手快速上手。

文档施工中

相关信息

本指南派生自 Arch Linux 安装使用教程

本地运行

Pacman

sudo pacman -S nodejs pnpm # 安装 nodejs 和 PnpM
git clone https://github.com/nakanomikuorg/arch-guide.git
cd ./arch-guide
pnpm i
pnpm docs:dev

HomeBrew

brew install pnpm # 安装 PnpM
git clone https://github.com/nakanomikuorg/arch-guide.git
cd ./arch-guide
pnpm i
pnpm docs:dev

Scoop

scoop install nodejs # 安装 nodejs
scoop install pnpm # 安装 PnpM
git clone https://github.com/nakanomikuorg/arch-guide.git
cd ./arch-guide
pnpm i
pnpm docs:dev

Docker

git clone https://github.com/nakanomikuorg/arch-guide.git
cd ./arch-guide
# 如需使用代理请取消注释 Dockerfile 中的 ENV 并适当修改
docker compose up -d

其它系统请参阅 PnpM 中文文档 安装 PnpM

隐私提醒

本站使用百度统计和 Google Analytics 分析流量。访问即同意它们的隐私政策。

参与贡献

欢迎对指南内容以及网站源码做出贡献,也欢迎对本指南的上游文档做出贡献。

更多信息请参阅 贡献指南

版权说明

网站源代码采用 MIT 许可证;未经特殊说明,本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。

更多信息请参阅 版权说明

贡献者

contributors

Star 历史

Star History