Merge pull request #1166 from danielhjames/patch-1

Fix typo in install.md
This commit is contained in:
Kyle Robbertze 2021-01-22 12:54:02 +02:00 committed by GitHub
commit 8b8c91ecc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,7 +84,7 @@ walk you through the rest of the installation process.
## Services
Once all of the services needed to run LibreTime are installed and configured,
it is important that the server starts them during the boot process, to cut down on downtime, especially in live enviornments.
it is important that the server starts them during the boot process, to cut down on downtime, especially in live environments.
Ubuntu 18.04 uses the `systemctl` command to manage services, so run the following commands to enable all
LibreTime-needed services to run at boot:
@ -106,4 +106,4 @@ the `www-data` user needs to be added to the `audio` user group using the comman
```
sudo adduser www-data audio
```
```