Every 5 minutes: */5 * * * *
Runs at :00, :05, :10 … :55 of every hour. */5 means "every 5th value starting from 0", so it always aligns to the clock rather than to when the crontab was saved.
Build a different schedule with the crontab generator.