diff --git a/guides/linux/pages/cronjob.md b/guides/linux/pages/cronjob.md index cb9f8e4..a96439d 100644 --- a/guides/linux/pages/cronjob.md +++ b/guides/linux/pages/cronjob.md @@ -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: