Skip to content

Commit

Permalink
Fix installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
navrocky committed Apr 4, 2024
1 parent 9fba850 commit 9ae0164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Supported platforms:
To install `dcw` run this command in your terminal:

```sh
curl https://github.com/navrocky/dcw/releases/download/1.0.0/dcw-Lo /usr/local/bin/dcw
chmod +x /usr/local/bin/dcw
sudo sh -c 'curl -L https://github.com/navrocky/dcw/releases/download/1.0.0/dcw -o /usr/local/bin/dcw
chmod +x /usr/local/bin/dcw'
```

## Usage
Expand Down

0 comments on commit 9ae0164

Please sign in to comment.