From: Alejandra <90076947+alejsdev@users.noreply.github.com> Date: Wed, 12 Jun 2024 23:39:50 +0000 (-0500) Subject: ✏️ Update `docs/en/docs/fastapi-cli.md` (#11715) X-Git-Tag: 0.111.1~80 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5422612008bf174ee9f897f0852ec797f0a4190f;p=thirdparty%2Ffastapi%2Ffastapi.git ✏️ Update `docs/en/docs/fastapi-cli.md` (#11715) --- diff --git a/docs/en/docs/fastapi-cli.md b/docs/en/docs/fastapi-cli.md index deff6f875a..f5b0a64487 100644 --- a/docs/en/docs/fastapi-cli.md +++ b/docs/en/docs/fastapi-cli.md @@ -1,6 +1,6 @@ # FastAPI CLI -**FastAPI CLI** is a command line program `fastapi` that you can use to serve your FastAPI app, manage your FastAPI project, and more. +**FastAPI CLI** is a command line program that you can use to serve your FastAPI app, manage your FastAPI project, and more. When you install FastAPI (e.g. with `pip install fastapi`), it includes a package called `fastapi-cli`, this package provides the `fastapi` command in the terminal.