Skip to content

Commit 55c2309

Browse files
committed
update README.md
1 parent 9f6c775 commit 55c2309

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,18 @@ Features:
3535

3636
![Screenshot of the application on macOS](screenshot.png)
3737

38-
The source code can be run using ```cargo run``` or bundled to a platform-executable using ```cargo bundle```.
38+
The source code can be run using ```cargo run``` or bundled to a platform-executable using cargo bundle.
3939
Currently [cargo bundle](https://github.com/burtonageo/cargo-bundle) only supports linux and macOS
4040
bundles [see github issue](https://github.com/burtonageo/cargo-bundle/issues/77).
4141
As a work-around we can use [cargo wix](https://github.com/volks73/cargo-wix) to create a windows installer.
42+
43+
After downloading
44+
```cargo install cargo-bundle``` or ```cargo install cargo-wix```
45+
run
46+
```cargo bundle``` or ```cargo wix``` to create platform-executable bundles.
47+
4248
It can be compiled and run on all platforms.
49+
4350
Tested on:
4451

4552
- macOS 12.4 Monterey x86

0 commit comments

Comments
 (0)