goldendict-ng/website/docs/topic_move_index_folder.md
xiaoyifang 388924033a
doc: add document about move index folder (#1719)
* doc: add document about move index folder

* doc: add document about move index folder
2024-08-09 14:33:00 +08:00

492 B

How to move the default index folder to other places?

Windows

!!! note the mklink is built-in tool in Windows.

  1. Open cmd as administrator
  2. copy the index folder to another place,take D:\gd-ng\index_new for example.
  3. Run mklink /D "C:\Users\USERNAME\Application Data\GoldenDict\index" "D:\gd-ng\index_new"
  4. Run GoldenDict

Linux

use ln to create a link.