From 7d6c6eeec5683baa6cfe05efc0640e2022762823 Mon Sep 17 00:00:00 2001 From: David Larlet <3556+davidbgk@users.noreply.github.com> Date: Sun, 5 Mar 2023 13:11:40 -0500 Subject: [PATCH] Fix Linux executable's path in the standalone docs (#4251) Co-authored-by: Victorien ELVINGER Co-authored-by: Emanuele Stoppa --- website/src/pages/standalone-executable.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/pages/standalone-executable.mdx b/website/src/pages/standalone-executable.mdx index 15641838255..9bdd9a1ee10 100644 --- a/website/src/pages/standalone-executable.mdx +++ b/website/src/pages/standalone-executable.mdx @@ -37,7 +37,7 @@ curl -L https://github.com/rome/tools/releases/download/cli%2Fv/rome-da chmod +x rome # Linux (x86_64) -curl -L https://github.com/rome/tools/releases/download/cli%2Fv/rome-win32-x64.exe -o rome +curl -L https://github.com/rome/tools/releases/download/cli%2Fv/rome-linux-x64 -o rome chmod +x rome # Windows (x86_64, Powershell)