From ef5acefcc1b7e6584412d5b110e695a97876ae85 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Fri, 1 Nov 2024 11:07:17 -0700 Subject: [PATCH] fix --- docs/source/cli_reference/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/cli_reference/index.md b/docs/source/cli_reference/index.md index 351cccaad..39c566e59 100644 --- a/docs/source/cli_reference/index.md +++ b/docs/source/cli_reference/index.md @@ -36,7 +36,8 @@ You have two ways to install Llama Stack: ``` llama --help ``` -
+
+```
 usage: llama [-h] {download,model,stack} ...
 
 Welcome to the Llama CLI
@@ -46,7 +47,7 @@ options:
 
 subcommands:
   {download,model,stack}
-
+``` ## Downloading models