Merge pull request #4 from SamsiFPV/patch-1

Fix spelling
This commit is contained in:
Lemniskett 2020-11-18 01:00:43 +07:00 committed by GitHub
commit 33d45a7705
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 :
```