Skip to content

Commit 110c00e

Browse files
fix README
1 parent 8484f9d commit 110c00e

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,9 @@ DolphinDB C++ API requires g++ 6.2 or later versions in Linux.
6060

6161
#### 1.1.2 Download bin file and header files
6262

63-
Download the following files:
63+
[Download](https://github.com/dolphindb/api-cplusplus/releases) the following files:
6464

65-
> bin (libDolphinDBAPI.so)
66-
include (DolphinDB.h Exceptions.h SmartPointer.h SysIO.h Types.h Util.h)
65+
> libDolphinDBAPI.so DolphinDB.h Exceptions.h SmartPointer.h SysIO.h Types.h Util.h
6766
6867
#### 1.1.3 Compile main.cpp
6968

README_CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ C++ API需要使用g++ 4.8.5及以上版本。
7979

8080
#### 1.1.2 下载bin文件和头文件
8181

82-
从本GitHub项目中下载以下文件
82+
从本GitHub项目中[下载](https://github.com/dolphindb/api-cplusplus/releases)以下文件
8383

84-
- [bin](./bin) (libDolphinDBAPI.so)
85-
- [include](./include) (DolphinDB.h Exceptions.h SmartPointer.h SysIO.h Types.h Util.h)
84+
- libDolphinDBAPI.so
85+
- DolphinDB.h Exceptions.h SmartPointer.h SysIO.h Types.h Util.h
8686

8787
#### 1.1.3 编译main.cpp
8888

0 commit comments

Comments
 (0)