1
0
Fork 0
machines/README.md

16 lines
231 B
Markdown
Raw Permalink Normal View History

2022-08-23 16:41:50 +05:30
# README
2022-10-02 08:49:58 +05:30
## clone
2022-08-23 16:41:50 +05:30
```bash
2022-10-02 08:49:58 +05:30
git clone --recursive git@git.thefossguy.com:thefossguy/machines.git /trayimurti/containers/volumes/mach
```
2022-08-23 16:41:50 +05:30
2022-10-02 08:49:58 +05:30
## update
```bash
cd /trayimurti/containers/volumes/mach
git submodule update --remote
2022-08-23 16:41:50 +05:30
```