Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
blueloveTH committed Apr 24, 2023
1 parent 5765760 commit 547c55c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ Please see https://pocketpy.dev for details or try [Live Demo](https://pocketpy.

## Quick start

Download the `pocketpy.h` on our GitHub release page.
Download the `pocketpy.h` on our [GitHub Release](https://github.com/blueloveTH/pocketpy/releases) page.
And `#include` it in your project.

https://github.com/blueloveTH/pocketpy/releases/latest

### Compile flags

To compile it with your project, these flags must be set:
Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pocketpy是一个轻量级的Python解释器,为嵌入至游戏引擎而设计

## 快速上手

你可以在 [Github Release](https://github.com/blueloveTH/pocketpy/releases/latest) 页面下载`pocketpy.h`
你可以在 [Github Release](https://github.com/blueloveTH/pocketpy/releases) 页面下载`pocketpy.h`
并加入到你的工程中。请参阅 https://pocketpy.dev 以获取更详细的文档。

```cpp
Expand Down
4 changes: 1 addition & 3 deletions docs/quick-start/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ label: 'Installation'
order: 100
---

Download the `pocketpy.h` on our GitHub release page.
Download the `pocketpy.h` on our [GitHub Release](https://github.com/blueloveTH/pocketpy/releases) page.
And `#include` it in your project.

https://github.com/blueloveTH/pocketpy/releases/latest

### Compile flags

To compile it with your project, these flags must be set:
Expand Down

0 comments on commit 547c55c

Please sign in to comment.