Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Fix Linux executable's path in the standalone docs #4251

Merged
merged 3 commits into from
Mar 5, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/src/pages/standalone-executable.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ curl -L https://github.com/rome/tools/releases/download/cli%2Fv<version>/rome-da
chmod +x rome

# Linux (x86_64)
curl -L https://github.com/rome/tools/releases/download/cli%2Fv<version>/rome-win32-x64.exe -o rome
curl -L https://github.com/rome/tools/releases/download/cli%2Fv<version>/rome-linux-x64 -o rome
chmod +x rome

# Windows (x86_64, Powershell)
Expand Down