Skip to content

Commit

Permalink
Tweak the release URL
Browse files Browse the repository at this point in the history
  • Loading branch information
adetokunbo committed Jan 17, 2024
1 parent 27547ec commit 24b2f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ E.g, the following commands should suffice
```bash
$ # choose a directory on your PATH; this example uses ${HOME}/.local/bin
$ my_local_bin=${HOME}/.local/bin/printmem
$ release_url="https://github.com/adetokunbo/mem-info/releases/download/v0.1.0.0pre1/printmem"
$ release_url="https://github.com/adetokunbo/mem-info/releases/download/v0.1.0.0/printmem"
$ # download it
$ wget -O $my_local_bin $release_url
$ # make it executable
Expand Down

0 comments on commit 24b2f7f

Please sign in to comment.