From 56b4696a2a2aaa14064ff2c6c341264a4bda04a6 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sun, 2 Oct 2022 08:49:58 +0530 Subject: [PATCH] improve README --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c00c408..dfa1b16 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,15 @@ # README -```bash -git clone git@git.thefossguy.com:thefossguy/machines.git /trayimurti/containers/volumes/mach -git submodule init -git submodule update +## clone + +```bash +git clone --recursive git@git.thefossguy.com:thefossguy/machines.git /trayimurti/containers/volumes/mach +``` + +## update + +```bash +cd /trayimurti/containers/volumes/mach +git submodule update --remote ```