From 27fd2b8c1699ac616f22921585b1b4b4fb21490d Mon Sep 17 00:00:00 2001 From: djweber12 Date: Sat, 29 Mar 2025 11:41:04 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8bbebb..011e517 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Version controlled dot files intended to be used with stow. ```shell -git clone https://git.pipsquire.com/djweber12/dotfiles.git ~/.dotfiles +git clone --recurse-submodules https://git.pipsquire.com/djweber12/dotfiles.git ~/.dotfiles cd ~/.dotfiles -stow * +stow ollama tmux top_level kitty nvim ```