Escape `<>`

This commit is contained in:
Out Of Ideas 2024-01-23 13:55:43 -06:00
parent bd6848fdef
commit fe961f5531
1 changed files with 4 additions and 4 deletions

View File

@ -75,7 +75,7 @@ On another system, run:
```sh
ssh anon@<ip address>
```
Replace **<ip address>** with the actual ip address.
Replace **\<ip address\>** with the actual ip address.
Say "yes."
```
@ -464,14 +464,14 @@ Mont the filesystem.
```sh
mount <root partition> /mnt
```
Replace **<root partition>** with the root partition (ie. `/dev/sda3`).
Replace **\<root partition\>** with the root partition (ie. `/dev/sda3`).
If you are using UEFI, mount the boot partition.
```sh
mkdir -p /mnt/boot/efi/
mount <boot partiton> /mnt/boot/efi/
```
Replace **<boot partition>** with the boot partition (ie. `/dev/sda1`).
Replace **\<boot partition\>** with the boot partition (ie. `/dev/sda1`).
Now prepare for `chroot`.
```sh
@ -582,7 +582,7 @@ Add the user to the `_seatd` group
```sh
usermod -aG _seatd <username>
```
Remember to replace `<username>` with the regular user's username.
Remember to replace **\<username\>** with the regular user's username.
## Installing a Terminal
To install Foot, run:
```sh