mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +00:00
388924033a
* doc: add document about move index folder * doc: add document about move index folder
492 B
492 B
How to move the default index folder to other places?
Windows
!!! note
the mklink
is built-in tool in Windows.
- Open
cmd
as administrator - copy the index folder to another place,take
D:\gd-ng\index_new
for example. - Run
mklink /D "C:\Users\USERNAME\Application Data\GoldenDict\index" "D:\gd-ng\index_new"
- Run GoldenDict
Linux
use ln
to create a link.