We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d09ca83 commit 80d4b56Copy full SHA for 80d4b56
install.sh
@@ -9,7 +9,7 @@
9
case `uname -s` in
10
"Darwin" )
11
PLATFORM="mac"
12
- RIME_HOME="~/Library/Rime"
+ RIME_HOME="$HOME/Library/Rime"
13
;;
14
"Linux" )
15
PLATFORM="linux"
0 commit comments