1
0
Fork 0

improve README

This commit is contained in:
Pratham Patel 2022-10-02 08:49:58 +05:30
parent 1eb880da0b
commit 56b4696a2a
1 changed files with 11 additions and 4 deletions

View File

@ -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
```