This repository was archived by the owner on Nov 13, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed
Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def main():
1919
2020 print ("======== NUAA iCal Python ========" )
2121 print ("Repo: https://github.com/Triple-Z/NUAA-iCal-Python" )
22- print ("Please help me star this project if it is useful~" )
22+ print ("Please help me STAR this project if it is useful~" )
2323 print ("Pull requests (PR) welcome!" )
2424
2525 if settings .DEBUG :
Original file line number Diff line number Diff line change 1010Export the curriculum of NUAA to a ` .ics ` calendar file, in order to import
1111class events to other calendars (e.g. Google Calendar).
1212
13+ ## Quick Start
14+
15+ [ ![ asciicast] ( https://asciinema.org/a/HNivm2Ax5PpuUx6e5LwMwxffA.png )] ( https://asciinema.org/a/HNivm2Ax5PpuUx6e5LwMwxffA )
16+
1317## Installation
1418
1519### PyPI
@@ -39,9 +43,9 @@ $ nuaaical
3943You will get the ` .ics ` file path, you can import it to Google
4044Calendar etc.
4145
42- # TroubleShoot
46+ ## TroubleShoot
4347
44- ## Command Not Found
48+ ### Command Not Found
4549
4650> nuaaical: command not found
4751
Original file line number Diff line number Diff line change 99
1010将南京航空航天大学的课程表(不含体育、实验等课程)导出成 ` .ics ` 日历格式,以将课程事件导入其他日历软件(如 Google Calendar)。
1111
12+ ## 快速使用
13+
14+ [ ![ asciicast] ( https://asciinema.org/a/HNivm2Ax5PpuUx6e5LwMwxffA.png )] ( https://asciinema.org/a/HNivm2Ax5PpuUx6e5LwMwxffA )
15+
1216## 安装
1317
1418### PyPI 安装
@@ -37,9 +41,9 @@ $ nuaaical
3741
3842你将会看到课程表日历 ` .ics ` 文件的导出路径, 你可以将其导入至 Google 日历等日历程序。
3943
40- # 疑难解答
44+ ## 疑难解答
4145
42- ## 未找到命令
46+ ### 未找到命令
4347
4448> nuaaical: command not found
4549
You can’t perform that action at this time.
0 commit comments