Skip to content

Commit

Permalink
docs: fix wrong download URL in Linux example
Browse files Browse the repository at this point in the history
also chmod +x
  • Loading branch information
urish committed May 3, 2023
1 parent c37a71f commit e06d27d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ Wokwi Simulation API command line interface.

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`.

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

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

## Usage
Expand Down

0 comments on commit e06d27d

Please sign in to comment.