File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev lib
2626
2727### Compile from source
2828
29- The source code can be run using ``` cargo run `` ` or bundled to a platform-executable using cargo bundle.
29+ The source code can be run using ` cargo run ` or bundled to a platform-executable using cargo bundle.
3030Currently [ cargo bundle] ( https://github.com/burtonageo/cargo-bundle ) only supports linux and macOS
3131bundles [ see github issue] ( https://github.com/burtonageo/cargo-bundle/issues/77 ) .
3232As a work-around we can use [ cargo wix] ( https://github.com/volks73/cargo-wix ) to create a windows installer.
@@ -110,4 +110,4 @@ Tested on:
110110- Windows 10 x86
111111- ...
112112
113- One might have to delete the ``` Cargo.lock ``` file before compiling.
113+ One might have to delete the ` Cargo.lock ` file before compiling.
You can’t perform that action at this time.
0 commit comments