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

Commit

Permalink
Fix Linux executable's path in the standalone docs (#4251)
Browse files Browse the repository at this point in the history
Co-authored-by: Victorien ELVINGER <victorien@elvinger.fr>
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
  • Loading branch information
3 people committed Mar 10, 2023
1 parent dcf1dde commit 7d6c6ee
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 7d6c6ee

Please sign in to comment.