This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# linux demo
## 介绍
基于 Linux 平台的 KVDB 和 TSDB 演示。
## 使用
### 步骤1:构建
在终端中执行 `make` 命令,完成后,`out` 文件夹下将会生成可执行程序文件。
### 步骤2:运行演示
切换到 `out` 文件夹下,然后可多次执行 `./FlashDBLinuxDemo` 。
### 步骤3:检查日志
演示的日志将会输出在终端中,可以进行检查。
> PS: 演示工程代码及日志分析,详见:入门 -> [演示说明文档](zh-cn/demo-details.md)