mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:37:44 +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:
parent
1c30f0a154
commit
7fa71fb7eb
2 changed files with 4 additions and 4 deletions
|
@ -71,7 +71,7 @@ There is also documentation for installing the build prerequisites for some less
|
||||||
In order to build SerenityOS you will first need to build the toolchain by running the following command:
|
In order to build SerenityOS you will first need to build the toolchain by running the following command:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ Meta/serenity.sh rebuild-toolchain
|
Meta/serenity.sh rebuild-toolchain
|
||||||
```
|
```
|
||||||
|
|
||||||
Later on, when you use `git pull` to get the latest changes, there's (usually) no need to rebuild the toolchain.
|
Later on, when you use `git pull` to get the latest changes, there's (usually) no need to rebuild the toolchain.
|
||||||
|
@ -79,7 +79,7 @@ Later on, when you use `git pull` to get the latest changes, there's (usually) n
|
||||||
Run the following command to build and run SerenityOS:
|
Run the following command to build and run SerenityOS:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ Meta/serenity.sh run
|
Meta/serenity.sh run
|
||||||
```
|
```
|
||||||
|
|
||||||
This will compile all of SerenityOS and install the built files into the `Build/i686/Root` directory inside your Git
|
This will compile all of SerenityOS and install the built files into the `Build/i686/Root` directory inside your Git
|
||||||
|
|
|
@ -86,12 +86,12 @@ apk add cmake e2fsprogs grub-bios samurai mpc1-dev mpfr-dev gmp-dev ccache rsync
|
||||||
## OpenBSD prerequisites
|
## OpenBSD prerequisites
|
||||||
|
|
||||||
```console
|
```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
|
## FreeBSD prerequisites
|
||||||
|
|
||||||
```console
|
```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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue