Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mxve committed Jan 4, 2024
1 parent 85674c0 commit 73a968a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)```
5. Grab binary from ```target/release/plutonium-updater(.exe)```

0 comments on commit 73a968a

Please sign in to comment.