Skip to content

Commit

Permalink
fix: fix README and about
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraShu committed Aug 31, 2023
1 parent 77038cb commit 248fe4c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,24 @@ Wiki 上有 [更详细的 Markdown 约定](https://wiki.hitsz.org/about/contribu
可用以下命令安装:

``` shell
# According to PEP 668, you should not use pip directly.
python -m venv venv
# Activate the venv, bash for example
source venv/bin/activate
pip install -r requirements.txt
```

或者如果按照了 conda 的话,推荐使用以下命令安装并激活环境:
For conda user:

``` shell
conda env create --name lug-wiki -f environment.yml
conda activate lug-wiki
conda env create --name osa-wiki -f environment.yml
conda activate osa-wiki
```

## 本地预览

``` shell
mkdocs serve

# mkdocs serve -a <ip:port>
# or mkdocs serve -a <ip:port>
```
6 changes: 3 additions & 3 deletions docs/about.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# HITSZ 开源技术协会

我们是 HITSZ 开源技术协会(a.k.a. OSA),哈尔滨工业大学深圳校区里的一个兴趣结社 ~~地下组织~~,旨在联合本校的 GNU/Linux 使用者,推广 GNU/Linux 的使用,提高大众对 GNU/Linux 的了解,宣传自由软件的价值并推广其使用,提升自由软件社区文化氛围
我们是 HITSZ 开源技术协会(a.k.a. HITSZ OSA),是由哈尔滨工业大学(深圳)学生中的 Linux 用户和开源软件爱好者自发组建的学生社团

在这里,你可以讨论跟 Linux 有关的一切,传各种 Geek 神教(Arch/Gentoo/Haskell/Lisp/C/Rust 等),交流 Linux 使用过程中的喜怒哀乐等等等等
我们致力于维护学校的开源基础建设,提升学校开源氛围,为开源技术爱好者提供交流平台

欢迎哈工大深圳的各位小伙伴加入
欢迎哈尔滨工业大学(深圳)的各位小伙伴加入

- 我们的 QQ 群:811633021 [![QQ 加群链接](https://img.shields.io/badge/%E7%82%B9%E5%87%BB%E5%8A%A0%E7%BE%A4-blue?logo=tencent%20qq&logoColor=white&style=flat-square)](https://qm.qq.com/cgi-bin/qm/qr?k=EmOyWeZrOaOeSoVrVLoozyKYdvjOia_t)
- 我们的 B 站账号(偶尔会放一些 talk 的视频/直播):[![https://space.bilibili.com/1124374292](https://img.shields.io/badge/dynamic/json?label=&logo=bilibili&logoColor=white&style=flat-square&query=%24.data.card.name&url=https%3A%2F%2Fapi.bilibili.com%2Fx%2Fweb-interface%2Fcard%3Fmid%3D1124374292)](https://space.bilibili.com/1124374292)
Expand Down

0 comments on commit 248fe4c

Please sign in to comment.