← Về thư mục
📄 / / var / lib / containerd / io.containerd.snapshotter.v1.overlayfs / snapshots / 271 / fs / skills / openmaic / references / clone.md

Clone Or Reuse Existing Repo

Goal

Establish which OpenMAIC checkout will be used for setup and runtime actions.

Procedure

  1. Check whether OpenMAIC already exists locally.
  2. If a checkout exists, show the path and ask whether to reuse it.
  3. If no checkout exists, propose cloning the repo and ask for confirmation.
  4. After clone, confirm dependency installation separately.

Commands

Clone:

git clone https://github.com/THU-MAIC/OpenMAIC.git
cd OpenMAIC

Install dependencies:

pnpm install

Confirmation Requirements