Mark24 2 anni fa
parent
commit
6ad3ad51d2
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      lib/config.rb

+ 2 - 1
lib/config.rb

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