update cronjob info

This commit is contained in:
Lee 2023-06-28 21:49:05 +01:00
parent cbe8a0a9e4
commit bde1113de4

@ -20,7 +20,7 @@ This guide provides examples on how to use cronjob to automate tasks. _This was
crontab -e
```
This command will open the crontab file in the nano text editor.
If it's the first time you're using cronjob, you will be asked to select an editor. You can choose `nano` or `vim`. If you're not familiar with either, choose `nano` as the guide is based on this and it's the easiest. This command will open the crontab file in the nano text editor.
- Next, you need to define the cronjob. Add the following lines to the file: