Skip to content

Commit

Permalink
docs: Change download URL to use the latest PHAR (#1356)
Browse files Browse the repository at this point in the history
  • Loading branch information
pronskiy authored Apr 23, 2024
1 parent d19df0c commit 6aae0ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ You should however beware that it is not as secure as downloading it from the ot
Hence, it is recommended to check the signature when doing so:

```shell
# Do adjust the URL based on the latest release
wget -O box.phar "https://github.com/box-project/box/releases/download/4.4.0/box.phar"
wget -O box.phar.asc "https://github.com/box-project/box/releases/download/4.4.0/box.phar.asc"
# Do adjust the URL if you need a release other than the latest
wget -O box.phar "https://github.com/box-project/box/releases/latest/download/box.phar"
wget -O box.phar.asc "https://github.com/box-project/box/releases/latest/download/box.phar.asc"

# Check that the signature matches
gpg --verify box.phar.asc box.phar
Expand Down

0 comments on commit 6aae0ae

Please sign in to comment.