Mark24 2 лет назад
Родитель
Сommit
02ba3ee6b4
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      lib/config.rb

+ 2 - 1
lib/config.rb

@@ -6,7 +6,8 @@ module RimeDeploy
     end
     end
 
 
     module Linux
     module Linux
-      ConfigPath = "~/Library/Rime"
+      InstallCmd = "sudo apt install ibus-rime"
+      ConfigPath = "~/.config/ibus/rime/"
     end
     end
   end
   end
 end
 end