mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
fix minor typo (#474)
This commit is contained in:
committed by
Philipp Oppermann
parent
36d56438a2
commit
a198de6d1f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user