diff options
author | cos <cos> | 2023-06-05 08:42:56 +0200 |
---|---|---|
committer | cos <cos> | 2023-06-05 08:43:04 +0200 |
commit | 93dc43b3ef9d507593e0d77b22c4dfd87d43037a (patch) | |
tree | 2b832589aa55d41d60d475af8868972289c85813 | |
parent | 9531abcb1a6f55157ec31c81cec762807fd14cb4 (diff) | |
download | serenity-topic/trivial_docs.zip |
Documentation: Trivial additionstopic/trivial_docs
Snake.md: Clarifies that the snake is a primitive reptile, evolved a
carnivore and thus both unable to make and unaware of ethical eating
choices.
BuildInstructions.md: Mention two missing apt dependencies for building
disk images.
-rw-r--r-- | Base/usr/share/man/man6/Snake.md | 2 | ||||
-rw-r--r-- | Documentation/BuildInstructions.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Base/usr/share/man/man6/Snake.md b/Base/usr/share/man/man6/Snake.md index ed4546789c..c00c59b42e 100644 --- a/Base/usr/share/man/man6/Snake.md +++ b/Base/usr/share/man/man6/Snake.md @@ -12,4 +12,4 @@ $ Snake ## Description -Grow the snake as large as possible by eating the fruits and not crashing into itself. +Grow the snake as large as possible by eating what it perceives as fruits, while not crashing into itself. diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md index ec8fdafb7d..58d36f8e7f 100644 --- a/Documentation/BuildInstructions.md +++ b/Documentation/BuildInstructions.md @@ -9,7 +9,7 @@ Make sure you have all the dependencies installed: ```console sudo apt install build-essential cmake curl libmpfr-dev libmpc-dev libgmp-dev e2fsprogs ninja-build qemu-system-gui qemu-system-x86 qemu-utils ccache rsync unzip texinfo libssl-dev ``` -Optional: `fuse2fs` for [building images without root](https://github.com/SerenityOS/serenity/pull/11224). +Optional: `fuse2fs` for [building images without root](https://github.com/SerenityOS/serenity/pull/11224) + `nasm` and `parted` for generating disk images. #### GCC 12 or Clang 14 |