Fix spelling

This commit is contained in:
Marlon Tanner 2020-11-16 09:33:29 +01:00 committed by GitHub
parent a103a4ef33
commit e28a9328a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ To start services immediately, in archbox do :
```
sudo servicectl start <service name>
```
This isn't actually uses systemd to start services, rather it parses systemd .service files and executes it.
This isn't actually using systemd to start services, rather it parses systemd .service files and executes it.
#### Lauching apps via rofi
Instead of opening terminal everytime you want to run application inside chroot, you may want to launch rofi inside chroot, install rofi and do :
```