Skip to content

Commit

Permalink
docs: pdate getting-started.md (#2570)
Browse files Browse the repository at this point in the history
Adds -L flag to curl command otherwise won't download file.
  • Loading branch information
fesplugas committed Sep 12, 2024
1 parent 32956cb commit ce9e3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ npx @jdxcode/mise exec python@3.11 -- python some_script.py
Download the latest release from [GitHub](https://github.com/jdx/mise/releases).

```sh
curl https://github.com/jdx/mise/releases/download/v2024.1.0/mise-v2024.1.0-linux-x64 > /usr/local/bin/mise
curl -L https://github.com/jdx/mise/releases/download/v2024.1.0/mise-v2024.1.0-linux-x64 > /usr/local/bin/mise
chmod +x /usr/local/bin/mise
```

Expand Down

0 comments on commit ce9e3e5

Please sign in to comment.