Explorar el Código

feat: add linux

Mark24 hace 2 años
padre
commit
6ad3ad51d2
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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