From dbd65ba6a217e21f50846aaa3fe7ff094f212e55 Mon Sep 17 00:00:00 2001 From: Ryan Yocum <38407240+rtyocum@users.noreply.github.com> Date: Tue, 14 Apr 2026 13:45:17 -0400 Subject: [PATCH] Don't need recursive anymore Don't need recursive bc driver got moved --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec55f9e..2782ba7 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/talos-rit/operator) ## Initial Setup -1. Clone the repo with `--recursive`to get the driver submodule: +1. Clone the repo ```bash -git clone --recursive +git clone ``` *Note: Replace `` with the actual URL of the repository.*