From 73a968aa0528bb094035c62b07be3777bcbff681 Mon Sep 17 00:00:00 2001 From: mxve <68632137+mxve@users.noreply.github.com> Date: Thu, 4 Jan 2024 19:04:53 +0100 Subject: [PATCH] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index caee2af..118ec31 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ plutonium-updater.exe -d "%installDir%" ``` #!/bin/bash INSTALLDIR=/home/pluto/pluto_dir -./plutonium-updater.exe -d "$INSTALLDIR" +./plutonium-updater -d "$INSTALLDIR" ``` ##### Repair files @@ -118,4 +118,4 @@ or - ```cargo build --release``` 4. (Linux/Optional) Strip binary - ```strip target/release/plutonium-updater``` -5. Grab binary from ```target/release/plutonium-updater(.exe)``` \ No newline at end of file +5. Grab binary from ```target/release/plutonium-updater(.exe)```