瀏覽代碼

This should be a bit easier now, I guess.

IVogel 2 年之前
父節點
當前提交
13e857d66b
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -10,10 +10,18 @@ Compilation for main Garry's Mod branch:
 ```bash
 cargo build --release --target i686-unknown-linux-gnu
 ```
+or for windows
+```bash
+cargo build --release --target i686-pc-windows-msvc
+```
 Compilation for x86-x64 branch:
 ```bash
 cargo build --release --target x86_64-unknown-linux-gnu
 ```
+or for windows
+```bash
+cargo build --release --target x86_64-pc-windows-msvc
+```
 
 # Example usage (but not really good example)
 ```lua