From 15adcb9aafda4a616c7a4f9483ba0d495fac7098 Mon Sep 17 00:00:00 2001 From: Jose Celano Date: Wed, 2 Oct 2024 09:17:19 +0100 Subject: [PATCH] docs: [#738] fix command --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 057a4bc7..e2934921 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -112,7 +112,7 @@ //! && mkdir -p ./storage/database //! ``` //! -//! Then you can run it with: `./target/release/main` +//! Then you can run it with: `./target/release/torrust-index` //! //! ## Run with docker //!