Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ustclug/Linux101-docs

Linux 101 学生课程教材与讲义
https://github.com/ustclug/Linux101-docs

hacktoberfest

Last synced: 3 days ago
JSON representation

Linux 101 学生课程教材与讲义

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)。