Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ FreeTodo adopts a **frontend-backend separation** architecture:
- Node.js 20+
- pnpm package manager

### One-Click Install & Start
<!-- ### One-Click Install & Start

> Requires Python 3.12+, Node.js 20+, and Git. Tauri/Electron build also requires Rust.

Expand All @@ -80,7 +80,7 @@ curl -fsSL https://raw.githubusercontent.com/FreeU-group/FreeTodo/main/scripts/i
iwr -useb https://raw.githubusercontent.com/FreeU-group/FreeTodo/main/scripts/install.ps1 | iex
```

For full options, environment variables, and examples, see: [.github/INSTALL.md](.github/INSTALL.md)
For full options, environment variables, and examples, see: [.github/INSTALL.md](.github/INSTALL.md) -->

### Install Dependencies

Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ FreeTodo 采用**前后端分离**架构:

- Node.js 20+
- pnpm 包管理器

<!--
### 一键安装并启动

> 需要安装 Python 3.12+、Node.js 20+、Git;Tauri/Electron 构建还需要 Rust。
Expand All @@ -80,7 +80,7 @@ curl -fsSL https://raw.githubusercontent.com/FreeU-group/FreeTodo/main/scripts/i
iwr -useb https://raw.githubusercontent.com/FreeU-group/FreeTodo/main/scripts/install.ps1 | iex
```

完整选项、环境变量和示例请见:[.github/INSTALL_CN.md](.github/INSTALL_CN.md)
完整选项、环境变量和示例请见:[.github/INSTALL_CN.md](.github/INSTALL_CN.md) -->

### 安装依赖

Expand Down