Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
czyt committed Nov 9, 2024
1 parent aa5c91e commit ea88114
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,36 @@
# rime-deploy
rime deploy tool in c

A command-line tool for deploying RIME Input Method Engine configurations, written in C.

## Features

- Automatic installation of RIME input method
- Configuration backup and restore
- Rime-ice configuration deployment
- Custom configuration support
- Cross-platform support (Windows, macOS, Linux)
- Interactive configuration setup
- Detailed logging

## Prerequisites

- Git
- GCC or compatible C compiler
- Make

### Platform-specific Requirements

- **macOS**: Homebrew
- **Linux**: apt/dnf package manager
- **Windows**: Manual RIME installation required

## Building

```bash
mkdir -p build
make

## reference

- [rime-auto-deploy](https://github.com/Mark24Code/rime-auto-deploy)
- [雾凇拼音](https://github.com/iDvel/rime-ice)

0 comments on commit ea88114

Please sign in to comment.