From d83ff06b78c5966cac207564ce9a357c9e0ce02c Mon Sep 17 00:00:00 2001 From: Rafael Meneses Date: Fri, 11 Aug 2023 09:11:12 -0300 Subject: [PATCH] Update README.md Co-authored-by: Alexey Kopytko --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 54a9096..1d3bb58 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ echo $fakeTimeKeeper->getCurrentUnixTime(); // Outputs 1628700000. ``` +## Development Workflow + The project has a Makefile to simplify development processes. You can use various make commands to run tests, validate code standards, and more. Here's a quick overview: ### 1. Prerequisites Setup