Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ustclug/Linux101-docs
Linux 101 学生课程教材与讲义
https://github.com/ustclug/Linux101-docs
hacktoberfest
Last synced: 3 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T08:11:33.000Z (2 months ago)
- Last Synced: 2024-09-10T10:25:05.130Z (2 months ago)
- Topics: hacktoberfest
- Language: Makefile
- Homepage: https://101.lug.ustc.edu.cn
- Size: 34.4 MB
- Stars: 707
- Watchers: 17
- Forks: 66
- Open Issues: 8
-
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)。