Skip to content

Commit

Permalink
docs: Replace the version in the download URL with the "latest" (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-tomic committed Jan 30, 2024
1 parent d1fe2c7 commit 765a35b
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 @@ -6,7 +6,7 @@ These instructions are for a Linux based system. We tested on Ubuntu 22.04.

```bash
mkdir -p $HOME/bin
curl -L https://github.com/dfinity/dre/releases/download/v0.2.1/dre -o $HOME/bin/dre
curl -L https://github.com/dfinity/dre/releases/latest/download/dre -o $HOME/bin/dre
chmod +x $HOME/bin/dre
```

Expand Down

0 comments on commit 765a35b

Please sign in to comment.