diff --git a/posts/2016-05-13-rustup.md b/posts/2016-05-13-rustup.md index 5096f4578..b29bb64bb 100644 --- a/posts/2016-05-13-rustup.md +++ b/posts/2016-05-13-rustup.md @@ -38,7 +38,7 @@ OpenWRT][OpenWRT], and many others. But in practice, there are a lot of ducks you have to get in a row to make it work: the appropriate Rust standard library, a cross-compiling C toolchain including linker, headers and binaries for C libraries, -and so on. This typically involves pouring over various blog posts +and so on. This typically involves poring over various blog posts and package installers to get everything "just so". And the exact set of tools can be different for every pair of host and target platforms.