From be965f09b7cba612f82b1b1c2a9c87489700fa7c Mon Sep 17 00:00:00 2001 From: naskya Date: Fri, 21 Jun 2024 05:38:43 +0900 Subject: [PATCH] update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 22cc6db..9205213 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ You can update the package using the same command. cargo binstall --locked --git https://firefish.dev/firefish/firefish-cli.git ``` +### Download pre-built executable file + +You can also download the pre-built executable file from the [release page](https://firefish.dev/firefish/firefish-cli/-/releases), but you need to manage/update the file on your own. + ### Install from source ```sh