After installing plum, we would like to execute rime-install from anywhere, instead of switching to the installation directory or the directory of the specified program. The best way to do this is to make a symlink from the actual file to the directory in the user's PATH (e.g. ~/bin, ~/.local/bin).
This PR will enable those who have created their own symlinks to use the program directly without reinstalling.
After installing
plum
, we would like to executerime-install
from anywhere, instead of switching to the installation directory or the directory of the specified program. The best way to do this is to make a symlink from the actual file to the directory in the user's PATH (e.g.~/bin
,~/.local/bin
). This PR will enable those who have created their own symlinks to use the program directly without reinstalling.