Skip to content

Commit e06d27d

Browse files
committed
docs: fix wrong download URL in Linux example
also chmod +x
1 parent c37a71f commit e06d27d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ Wokwi Simulation API command line interface.
66

77
Download the latest release from the [GitHub Releases page](https://github.com/wokwi/wokwi-cli/releases/latest). Rename the file to `wokwi-cli` (or `wokwi-cli.exe` on Windows), and put it in your `PATH`.
88

9-
On Linux, the CLI can be installed using the following command:
9+
On Linux (x64), the CLI can be installed using the following commands:
1010

1111
```bash
12-
sudo wget -O /usr/local/bin/wokwi-cli https://github.com/wokwi/wokwi-cli/releases/download/latest/wokwi-cli-linuxstatic-x64
12+
sudo wget -O /usr/local/bin/wokwi-cli https://github.com/wokwi/wokwi-cli/releases/latest/download/wokwi-cli-linuxstatic-x64
13+
sudo chmod +x /usr/local/bin/wokwi-cli
1314
```
1415

1516
## Usage

0 commit comments

Comments
 (0)