summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2024-02-07 17:19:14 +0900
committerRyo Nakamura <upa@haeena.net>2024-02-07 17:19:14 +0900
commitd819f715c8ab5abd3c02459eb9967cfc00136e34 (patch)
tree3e25c57213e4cfbf3dff42827c291d7b8c7bae75
parent22150c268dd5ce847d8d66843dabfbad01575319 (diff)
update REAMDE to fix the URL for single binary mscp
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 618eff0..16c340d 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ sudo dnf install mscp
- Single binary `mscp` for x86_64 (not optimal performance)
```console
-wget https://github.com/upa/mscp/releases/download/v0.1.4/mscp.linux.x86_64.static -O /usr/local/bin/mscp
+wget https://github.com/upa/mscp/releases/latest/download/mscp.linux.x86_64.static -O /usr/local/bin/mscp
chmod 755 /usr/local/bin/mscp
```