Skip to content

Commit e0893f3

Browse files
committed
update readme
1 parent e3fdec6 commit e0893f3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,20 @@ This project is currently a work in progress. It is an exploration of using Rust
44

55
# Build
66

7+
Rust version: 1.81.0
8+
79
To build the project, run:
810

911
```bash
1012
git submodule update --init --recursive
1113
cargo build
12-
```
14+
```
15+
16+
# Publish
17+
18+
To publish the project, run:
19+
20+
```bash
21+
./publish/WinPublish.ps1
22+
```
23+
will package the compiled files and related resource files into the `dist` directory

0 commit comments

Comments
 (0)