Add README
This commit is contained in:
parent
cdb7cab429
commit
92428e8429
1 changed files with 11 additions and 0 deletions
11
README.md
Normal file
11
README.md
Normal file
|
@ -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`
|
Loading…
Reference in a new issue