Skip to content

Commit

Permalink
docs: update & fix typo the order of number
Browse files Browse the repository at this point in the history
  • Loading branch information
mdanialr committed May 20, 2022
1 parent 3d64ed0 commit fdfd725
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ touch app-config.yml
./bin/cron-upload -init -drive
./bin/cron-upload -drive
```
8. Check logs file for any error. Maybe required fields are empty, etc.
9. (optional but recommended) Create a cronjob to run this app.
9. Check logs file for any error. Maybe required fields are empty, etc.
10. __Repeat__ step __no.8__ for every 6 days. Because `refresh token` lifetime is just 7 days so make sure to renew them before get expired.
11. (optional but recommended) Create a cronjob to run this app.
> Example
```bash
@daily cd /full/path/to/cron-upload && ./bin/cron-upload -drive
Expand Down

0 comments on commit fdfd725

Please sign in to comment.