diff --git a/docs/source/installation.md b/docs/source/installation.md index e6f3f675..f4a8162f 100644 --- a/docs/source/installation.md +++ b/docs/source/installation.md @@ -6,7 +6,7 @@ This section explains how to install the CLI tool as well as installing TGI from You can use TGI command-line interface (CLI) to download weights, serve and quantize models, or get information on serving parameters. -To install TGI to use with CLI, you need to first clone the TGI repository, then inside the repository, run +To install the CLI, you need to first clone the TGI repository and then run `make`. ```shell git clone https://github.com/huggingface/text-generation-inference.git && cd text-generation-inference