File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed
Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,14 @@ emaint sync -r riey
8383emerge -av kime
8484```
8585
86+ ### 오픈수세
87+
88+ ```
89+ zypper ar https://download.opensuse.org/repositories/home:/Kernalix7/openSUSE_Tumbleweed/home:Kernalix7.repo
90+ zypper refresh
91+ zypper in kime
92+ ```
93+
8694### 소스에서 빌드하기
8795
8896### 도커
Original file line number Diff line number Diff line change @@ -85,6 +85,14 @@ emaint sync -r riey
8585emerge -av kime
8686```
8787
88+ ### openSUSE
89+
90+ ```
91+ zypper ar https://download.opensuse.org/repositories/home:/Kernalix7/openSUSE_Tumbleweed/home:Kernalix7.repo
92+ zypper refresh
93+ zypper in kime
94+ ```
95+
8896### Build from source
8997
9098#### Docker
Original file line number Diff line number Diff line change 1111* Remove ` kime-engine-cffi `
1212* fix(wayland input_method_v2): not return unwarp ** [ @racakenon ] ** [ #715 ] ( https://github.com/Riey/kime/715 )
1313* feat(engine): Let default ` Alt_R ` hotkey accept ` Alt ` modifier [ #719 ] ( https://github.com/Riey/kime/719 )
14+ * Add Opensuse Build Service repository and modify README
1415* fix(xim): handle None from from_hardware_code without panic [ #721 ] ( https://github.com/Riey/kime/721 )
1516
1617## 3.1.1
You can’t perform that action at this time.
0 commit comments