Skip to content

ustclug/Linux101-docs

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Linux 101 Docs

如何构建?

  1. (建议)使用 python3 -m venv venv 创建虚拟环境,. venv/bin/activate 进入虚拟环境;
  2. 使用 pip install -r requirements.txt 安装依赖;
  3. 使用 mkdocs serve 构建并查看效果。

编写建议

请参考 编写指导 页面,了解我们的编写规范。

许可

本文档以 Creative Commons BY-SA 4.0 协议发布。详情请见 LICENSE