diff --git a/README.md b/README.md index 61f1900d..5890ce20 100644 --- a/README.md +++ b/README.md @@ -52,4 +52,18 @@ Here is a pre-start checklist: ## Implementation -** ADD YOUR IMPLEMENTATION DOCUMENTATION HERE ** +## Testing + +```bash +python main.py +``` + +Run with Docker +```bash +docker build -t hivebox:0.0.1 . +docker run --rm hivebox:0.0.1 +``` + +Expected output: + +HiveBox version: 0.0.1