Skip to content

Commit

Permalink
Update readme with instructions to run the built app on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
phunkyfish committed Feb 19, 2024
1 parent 21ab92e commit b38d3ae
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,21 @@ If building again cleanup using:

### 5. Run USB-SD-Creator

#### Open the app

Simply double click the app from a finder window in the root of the repo: `LibreELEC USB-SD Creator`

#### Command line

Run the app from the command line, that will prompt for a password:
```
./LibreELEC\ USB-SD\ Creator.app/Contents/MacOS/LibreELEC\ USB-SD\ Creator
```

**Or:**

Run the app from the command line using sudo

```
sudo ./LibreELEC\ USB-SD\ Creator.app/Contents/MacOS/*
sudo ./LibreELEC\ USB-SD\ Creator.app/Contents/MacOS/LibreELEC\ USB-SD\ Creator
```

0 comments on commit b38d3ae

Please sign in to comment.