Skip to content
This repository has been archived by the owner on Nov 13, 2019. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Triple-Z committed Mar 2, 2018
1 parent 5b07fd8 commit 01bc3cf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NUAAiCal/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def main():

print("======== NUAA iCal Python ========")
print("Repo: https://github.com/Triple-Z/NUAA-iCal-Python")
print("Please help me star this project if it is useful~")
print("Please help me STAR this project if it is useful~")
print("Pull requests (PR) welcome!")

if settings.DEBUG:
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
Export the curriculum of NUAA to a `.ics` calendar file, in order to import
class events to other calendars (e.g. Google Calendar).

## Quick Start

[![asciicast](https://asciinema.org/a/HNivm2Ax5PpuUx6e5LwMwxffA.png)](https://asciinema.org/a/HNivm2Ax5PpuUx6e5LwMwxffA)

## Installation

### PyPI
Expand Down Expand Up @@ -39,9 +43,9 @@ $ nuaaical
You will get the `.ics` file path, you can import it to Google
Calendar etc.

# TroubleShoot
## TroubleShoot

## Command Not Found
### Command Not Found

> nuaaical: command not found
Expand Down
8 changes: 6 additions & 2 deletions README_zh-hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

将南京航空航天大学的课程表(不含体育、实验等课程)导出成 `.ics` 日历格式,以将课程事件导入其他日历软件(如 Google Calendar)。

## 快速使用

[![asciicast](https://asciinema.org/a/HNivm2Ax5PpuUx6e5LwMwxffA.png)](https://asciinema.org/a/HNivm2Ax5PpuUx6e5LwMwxffA)

## 安装

### PyPI 安装
Expand Down Expand Up @@ -37,9 +41,9 @@ $ nuaaical

你将会看到课程表日历 `.ics` 文件的导出路径, 你可以将其导入至 Google 日历等日历程序。

# 疑难解答
## 疑难解答

## 未找到命令
### 未找到命令

> nuaaical: command not found
Expand Down

0 comments on commit 01bc3cf

Please sign in to comment.