1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00

doc: fix typos (#999)

Signed-off-by: vuittont60 <81072379+vuittont60@users.noreply.github.com>
This commit is contained in:
vuittont60 2024-01-30 18:59:38 +08:00 committed by GitHub
parent 6cf431e4b1
commit 0eec28e0f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ They are loaded if they *exist* and ignored if not however, to aid debugging, an
The options in highest-priority config files override options set in lowest-priority config files.
If loading these files is undesirable (common in case of protected systemd services), use the `--skip-default-conf-files` argument to prevent it.
**Environment variables** override options in config files and finally **arguments** override everythig else.
**Environment variables** override options in config files and finally **arguments** override everything else.
There are two special arguments `--conf` which reads the specified file and `--conf-dir`, which read all the files in the specified directory.

View File

@ -136,7 +136,7 @@ sudo mount --rbind /sys debootstrap-buster/sys
sudo mount --rbind /dev debootstrap-buster/dev
```
If you have checked out the electrs git reposity somewhere already and don't want to have a duplicate copy inside the debootstrap working directory, just mount bind the exiting directory into the chroot:
If you have checked out the electrs git repository somewhere already and don't want to have a duplicate copy inside the debootstrap working directory, just mount bind the exiting directory into the chroot:
```
sudo mkdir -p debootstrap-buster/mnt/electrs
sudo mount --rbind ./electrs debootstrap-buster/mnt/electrs