Skip to content

Commit

Permalink
fix: update readme (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
l1xnan committed May 23, 2024
1 parent ba2d3ee commit 4452030
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ installation.
For Windows platform, you can download and [install Webview2 offline](<(https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section)>) if you
cannot install Webview2 due to network problems.

**Note**: When selecting a path for the software, choose an empty folder or opt to create a new folder. Avoid selecting a non-empty folder, as during uninstallation, if you choose to clear data files, the entire folder will be deleted, even if it does not belong to the software itself.

## Usage

Open the data folder or `*.duckdb` file.
Expand All @@ -30,7 +32,3 @@ Open the data folder or `*.duckdb` file.

![screenshot](./assets/screenshot.png)

## Development

If `bundled` fails to build, download the libduckdb releases file for platform and version
in the [duckdb releases](https://github.com/duckdb/duckdb/releases) page(e.g. libduckdb-windows-amd64.zip), unzip to `./src-tauri` folder.
7 changes: 2 additions & 5 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,12 @@ Duckling 是使用 Tauri 构建的轻量级桌面应用,用于快速浏览 `pa

对于 Windows 平台依赖 Webview2,如果遇到网络问题无法安装,可以[离线下载](https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section) 安装 Webview2。

**注意**:软件需要路径要选择空白文件夹或者让新建文件夹,不要选择非空文件夹,否则卸载时,如果选择了清空数据文件,整个文件夹会被删除,即时不是软件自己的文件。

## 使用

打开数据文件夹、`*.duckdb` 文件或者数据库连接。

![screenshot-dark](./assets/screenshot-dark.png)

![screenshot](./assets/screenshot.png)

## 开发

如果 `bundled` 构建失败,可以在 [duckdb releases](https://github.com/duckdb/duckdb/releases) 页面下载对应平台和版本的 libduckdb
文件(例如:`libduckdb-windows-amd64.zip`),解压到到 `./src-tauri` 文件夹。

0 comments on commit 4452030

Please # to comment.