Skip to content

Commit 5b31b7e

Browse files
authored
Merge pull request #60 from mkyren/main
Update Configuration.md
2 parents 6626699 + 8d13f19 commit 5b31b7e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/manual/Usage/Configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,17 @@ copy .\conf_examples\clamd.conf.sample .\clamd.conf
6060

6161
Run:
6262
```ps1
63-
write.exe .\freshclam.conf
63+
notepad .\freshclam.conf
6464
```
6565

66-
WordPad will pop up. Delete the line that says "Example". You may also wish to set additional options to enable features or alter default behavior, such as the receive-timeout. Save the file and close WordPad.
66+
Notepad will pop up. Delete the line that says "Example". You may also wish to set additional options to enable features or alter default behavior, such as the receive-timeout. Save the file and close Notepad.
6767

6868
Run:
6969
```ps1
70-
write.exe .\clamd.conf
70+
notepad .\clamd.conf
7171
```
7272

73-
WordPad will pop up. Delete the line that says "Example". You may also wish to set additional options to enable features or alter default behavior, such as enabling logging. Save the file and close WordPad.
73+
Notepad will pop up. Delete the line that says "Example". You may also wish to set additional options to enable features or alter default behavior, such as enabling logging. Save the file and close Notepad.
7474

7575
#### Additional notes about the config files and database directories
7676

0 commit comments

Comments
 (0)