-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: add document about move index folder (#1719)
* doc: add document about move index folder * doc: add document about move index folder
- Loading branch information
1 parent
3279fe8
commit 3889240
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
How to move the default index folder to other places? | ||
|
||
|
||
## Windows | ||
|
||
!!! note | ||
the [`mklink`](https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/mklink#related-links) 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters