From ea3d8c704a00a1d461c98f676b2fd4dec8c15d52 Mon Sep 17 00:00:00 2001
From: mohanty <mohanty@aicrowd.com>
Date: Wed, 20 Mar 2024 19:03:56 +0000
Subject: [PATCH] Update submission.md

---
 docs/submission.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/submission.md b/docs/submission.md
index 18b2535..91513e6 100644
--- a/docs/submission.md
+++ b/docs/submission.md
@@ -112,6 +112,8 @@ For more information on how to upload large files to your submission and detaile
 
 To submit your code, push a tag beginning with "submission-" to your repository on [GitLab](https://gitlab.aicrowd.com/). Follow these steps to make a submission:
 
+Assuming, you have cloned the repo already by following the instructions [here](../README.md#setup) and made your changes.
+
 1. Commit your changes with `git commit -am "Your commit message"`.
 2. Tag your submission (e.g., `git tag -am "submission-v0.1" submission-v0.1`).
 3. Push your changes and tags to the AIcrowd repository (e.g. `git push origin submission-v0.1`)
-- 
GitLab