diff --git a/README.md b/README.md new file mode 100644 index 0000000..ea230c9 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# GSM Agent + +## Prerequisites + +- Rust + +To build from Linux for windows: + +- `rustup target add stable-x86_64-unknown-linux-gnu` +- `rustup target add x86_64-pc-windows-gnu` +- `sudo apt install mingw-w64`