Przeglądaj źródła

feat: add linux

Mark24 2 lat temu
rodzic
commit
6ad3ad51d2
1 zmienionych plików z 2 dodań i 1 usunięć
  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