We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cc4a6d commit d2ec2cdCopy full SHA for d2ec2cd
README.md
@@ -58,3 +58,18 @@ translation is necessary.
58
Addtionally, be careful with special characters interpreted by the shell.
59
Only spaces in arguments are currently handled.
60
61
+
62
+## Building from source
63
64
+First, install Rust from https://www.rust-lang.org. Rust on Windows also
65
+requires Visual Studio or the Visual C++ Build Tools for linking.
66
67
+The final executable can then be build by running
68
69
+```
70
+cargo build --release
71
72
73
+inside the root directory of this project. The resulting binary will
74
+be located in `./target/release/`.
75
0 commit comments