From 564c5909afec75e779292c633cc9577fbde1658c Mon Sep 17 00:00:00 2001 From: Suryansh Prajapati <58465650+drk1rd@users.noreply.github.com> Date: Mon, 27 Jan 2025 10:49:20 +0530 Subject: [PATCH] Update README.md --- cli/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cli/README.md b/cli/README.md index 27dbc7a..f2d6795 100644 --- a/cli/README.md +++ b/cli/README.md @@ -8,7 +8,8 @@ This folder contains the implementation of the HomeCloud CLI tool. The CLI inter cli/ ├── cmd/ │ ├── root.go # Root command of the CLI -│ ├── compute.go # Subcommand for managing compute resources (Docker-based) +│ ├── compute/ # Component specifc folder +│ ├── compute.go # Subcommand for managing compute resources (Docker-based) │ ├── config.go # Subcommand for managing CLI configurations ├── main.go # Entry point for the CLI application ├── go.mod # Go module file