From f2ad724fd3321d951e56ca537b52284d15a0cdd1 Mon Sep 17 00:00:00 2001 From: zwnk Date: Thu, 16 Jan 2025 21:43:00 -0300 Subject: [PATCH] README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 984348e..35e83e1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ `git clone --recursive git@git.impstyle.com:test/demo-dockerwSubmodules.git` ## Update all submodules to their latest commits -git submodule update --remote +`git submodule update --remote` ## Update a specific submodule -git submodule update --remote /backend +`git submodule update --remote /backend`