From eee3bfa66966c069322254bc5069366a0135bfb2 Mon Sep 17 00:00:00 2001 From: Yuki Kawabe Date: Thu, 5 Sep 2024 18:09:27 +0900 Subject: [PATCH] Update cli README.md --- cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/README.md b/cli/README.md index 56b75fc..e46206e 100644 --- a/cli/README.md +++ b/cli/README.md @@ -80,7 +80,7 @@ To install the CLI, you'll need to download it from source, build, and install i ```sh git clone https://github.com/textileio/basin.git -cd adm +cd basin make install ```