Skip to content

Commit 36fac7f

Browse files
committed
doc: fixed cmd syntax
1 parent 7ded443 commit 36fac7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ $ pyinstaller --onefile service_win32.spec
169169
**Build NSIS installer:**
170170
```shell
171171
$ git clone ... && cd mamonsu && py setup_win32.py py2exe
172-
$ makensis packaging/win/mamonsu.nsis
172+
$ makensis packaging\win\mamonsu.nsis
173173
```
174174

175175
## Installation

0 commit comments

Comments
 (0)