Mark24 2 жил өмнө
parent
commit
02ba3ee6b4
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  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