From ee4ef8c8ea5066af6c59b94ecf1e0fc3be69a2ee Mon Sep 17 00:00:00 2001 From: Hugo CAILLARD <911307+hugocaillard@users.noreply.github.com> Date: Tue, 2 Sep 2025 15:11:11 +0200 Subject: [PATCH] fix: clarinet installation instructions --- content/docs/en/tools/clarinet/index.mdx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/content/docs/en/tools/clarinet/index.mdx b/content/docs/en/tools/clarinet/index.mdx index 1bb02ff75..634423449 100644 --- a/content/docs/en/tools/clarinet/index.mdx +++ b/content/docs/en/tools/clarinet/index.mdx @@ -24,16 +24,19 @@ To explore Clarinet features with AI, copy and paste [llms.txt](/tools/clarinet/ ## Installation - ```terminal !! macOS + ```terminal !! Homebrew $ brew install clarinet ``` - ```terminal !! Windows + ```terminal !! Winget $ winget install clarinet ``` - ```terminal !! Cargo + ```terminal !! Source $ sudo apt install build-essential pkg-config libssl-dev + $ git clone https://github.com/hirosystems/clarinet + $ cd clarinet + $ cargo clarinet-install ``` ```terminal !! Binary