https://github.com/ustclug/linux101-docs
Linux 101 学生课程教材与讲义
https://github.com/ustclug/linux101-docs
hacktoberfest
Last synced: about 1 year ago
JSON representation
Linux 101 学生课程教材与讲义
- Host: GitHub
- URL: https://github.com/ustclug/linux101-docs
- Owner: ustclug
- License: cc-by-sa-4.0
- Created: 2020-01-31T15:09:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-21T13:52:23.000Z (about 1 year ago)
- Last Synced: 2025-04-21T14:53:27.568Z (about 1 year ago)
- Topics: hacktoberfest
- Language: Makefile
- Homepage: https://101.lug.ustc.edu.cn
- Size: 34.7 MB
- Stars: 876
- Watchers: 15
- Forks: 79
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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)。