1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 10:27:36 +00:00

Documentation: Remove '$' character from build instruction commands

This removes the '$' character so that it is easier to copy commands
directly from the build instructions and then executing them without
first having to remove the '$' character.
This commit is contained in:
Kenneth Myhra 2021-07-14 10:34:29 -07:00 committed by Gunnar Beutner
parent 1c30f0a154
commit 7fa71fb7eb
2 changed files with 4 additions and 4 deletions

View file

@ -86,12 +86,12 @@ apk add cmake e2fsprogs grub-bios samurai mpc1-dev mpfr-dev gmp-dev ccache rsync
## OpenBSD prerequisites
```console
$ doas pkg_add bash cmake g++ gcc git gmake gmp ninja ccache rsync coreutils qemu sudo
doas pkg_add bash cmake g++ gcc git gmake gmp ninja ccache rsync coreutils qemu sudo
```
## FreeBSD prerequisites
```console
$ pkg install bash coreutils git gmake ninja sudo gmp mpc mpfr ccache rsync
pkg install bash coreutils git gmake ninja sudo gmp mpc mpfr ccache rsync
```