Skip to content

Commit

Permalink
fix minor typo (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
acheronfail authored and phil-opp committed Oct 17, 2018
1 parent 36d5643 commit a198de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/content/news/2018-03-09-pure-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a198de6

Please sign in to comment.