# Linux101-docs **Repository Path**: shaojiemike/Linux101-docs ## Basic Information - **Project Name**: Linux101-docs - **Description**: No description available - **Primary Language**: Unknown - **License**: CC-BY-SA-4.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-15 - **Last Updated**: 2021-09-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [Linux 101 Docs](https://101.lug.ustc.edu.cn/) ## 如何构建? 1. (建议)使用 `python3 -m venv venv` 创建虚拟环境,`. venv/bin/activate` 进入虚拟环境; 2. 使用 `pip install -r requirements.txt` 安装依赖; 3. 使用 `mkdocs serve` 构建并查看效果。 ## 编写建议 请参考 [编写指导](https://101.lug.ustc.edu.cn/Spec/writing/) 页面,了解我们的编写规范。 ## 许可 本文档以 Creative Commons BY-SA 4.0 协议发布。详情请见 [LICENSE](LICENSE)。