Skip to content

Commit

Permalink
Merge pull request #39 from phunkyfish/update-readme
Browse files Browse the repository at this point in the history
Update readme with instructions to run the built app on Mac
  • Loading branch information
CvH authored Feb 19, 2024
2 parents 7851b52 + b38d3ae commit 2a59ed1
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 2a59ed1

Please sign in to comment.