Skip to content

Commit

Permalink
supplement some files
Browse files Browse the repository at this point in the history
  • Loading branch information
fanlumaster committed Feb 4, 2025
1 parent ff68bc1 commit 468cac1
Show file tree
Hide file tree
Showing 3 changed files with 8,666 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ Moreover, we also need to copy another Dictionary file contained in our main pro
Copy-Item -Path ./Dictionary/SampleIMESimplifiedQuanPin.txt -Destination $env:LOCALAPPDATA/DeerWritingBrush
```

Last, copy following files to `$env:LOCALAPPDATA/DeerWritingBrush`,

```powersehll
Copy-Item -Path ./assets/* -Destination $env:LOCALAPPDATA/DeerWritingBrush
```

### How to Install

Run the following command as administrator,
Expand Down
Loading

0 comments on commit 468cac1

Please sign in to comment.