rime / plum

東風破 /plum/: Rime configuration manager and input schema repository
GNU Lesser General Public License v3.0
1.35k stars 139 forks source link

五笔无法安装啊 #9

Closed zacksleo closed 6 years ago

zacksleo commented 6 years ago
➜  ~curl -fsSL https://git.io/rime-install | bash
....
Installing: terra_pinyin.dict.yaml
Installing: terra_pinyin.schema.yaml
Updated 17 files from 7 packages in '/Users/zacksleo/Library/Rime'

➜  ~ bash rime-install wubi pinyin-simp
bash: rime-install: No such file or directory
lotem commented 6 years ago

After

curl -fsSL https://git.io/rime-install | bash

change to the plum directory, you'll find rime-install there:

cd plum
bash rime-install wubi pinyin-simp

or

bash plum/rime-install wubi pinyin-simp
msongz commented 5 years ago

: command not foundline 2: 'lum/rime-install: line 53: syntax error near unexpected token `do

'lum/rime-install: line 53: `for target in "${targets[@]}"; do

follow your step bash plum/rime-install wubi pinyin-simp and get the above error

macOS 10.13