From a198de6d1f9c28082273f065f044d5385cc03d9f Mon Sep 17 00:00:00 2001 From: acheronfail Date: Wed, 17 Oct 2018 22:40:29 +1100 Subject: [PATCH] fix minor typo (#474) --- blog/content/news/2018-03-09-pure-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/content/news/2018-03-09-pure-rust.md b/blog/content/news/2018-03-09-pure-rust.md index 4da4bed0..85798680 100644 --- a/blog/content/news/2018-03-09-pure-rust.md +++ b/blog/content/news/2018-03-09-pure-rust.md @@ -29,7 +29,7 @@ The [first edition] required several C-tools for building: [linker script]: http://www.scoberlin.de/content/media/http/informatik/gcc_docs/ld_3.html [`make`]: https://www.gnu.org/software/make/ -We got lots of feedback that this setup was difficult to get to run [under macOS] and Windows. As a workaround, we [added support for docker], but that still required users to install and understand an additional dependency. So when we decided to create a second edition of the blog, originally because the order of posts led to jumps in difficulty, we thought about how we could avoid these C-dependencies. +We got lots of feedback that this setup was difficult to get running [under macOS] and Windows. As a workaround, we [added support for docker], but that still required users to install and understand an additional dependency. So when we decided to create a second edition of the blog - originally because the order of posts led to jumps in difficulty - we thought about how we could avoid these C-dependencies. [under macOS]: https://github.com/phil-opp/blog_os/issues/55 [added support for docker]: https://github.com/phil-opp/blog_os/pull/373