Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit d6bdc1d

Browse files
authored
Fix rustup x86 command in README
1 parent ed6c6e7 commit d6bdc1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Make sure you build to 32 bit if you want to use the module with srcds / on a lo
2222
``cargo build --release --target=i686-pc-windows-msvc``
2323

2424
Also do this if you have never compiled to 32 bit, to get rustup to install 32 bit versions of everything you need
25-
``rustup add target i686-pc-windows-msvc``
25+
``rustup target add i686-pc-windows-msvc``
2626

2727
More Info and example module (Not made with rglua): https://github.com/Vurv78/gmod-rust-test
2828

0 commit comments

Comments
 (0)